I wrote a script that uses our banks WSDL service, using Nusoap. Requests are signed with certificate. This script works fine on Ubuntu, Apache 2.2, PHP 5.4.
When trying to achieve same thing on Windows 7 (64-bit, Apache 2.2, PHP 5.4), I get this error thrown by Curl:
**SSL read: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure, errno 0**
I have disabled firewall and antivirus. I can provide Curl option details, or any other piece of code or info. Thank you!
SOLUTION:
curl_setopt($this->ch, CURLOPT_SSLVERSION, 3);