I want to crawl some https pages with php curl. PHP throws the following error:
gnutls_handshake() failed: A TLS fatal alert has been received.
My php is self compiled with the following parameters: --with-curl --with-openssl
. I've also set the curl parameters CURLOPT_SSL_VERIFYHOST
and CURLOPT_SSL_VERIFYPEER
to 0.
The phpinfo()
method displays me in the curl section the SSL-Version: GnuTLS/2.12.20
Does anyone know what's the problem?