diank
diank

Reputation: 638

OpenSSL Errors SSL operation

I have a strange problem. Before 2 days my script work ok, but today my site stop working and show me this message "SSL operation failed with code 1. OpenSSL Error messages: error:140940E5:SSL routines:ssl3_read_bytes:ssl handshake failure". There are no changes made these days. Thanks in advance.

Upvotes: 0

Views: 211

Answers (1)

aynber
aynber

Reputation: 23011

The host has probably recently disabled SSL3. If you're specifying the CURLOPT_SSLVERSION, comment it out.

Upvotes: 1

Related Questions