Since today my curl request to Moneris payment system is throwing me this error :
* Hostname in DNS cache was stale, zapped
* Trying 69.46.113.11...
* Connected to esqa.moneris.com (69.46.113.11) port 443 (#0)
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: {my-path}/curl-ca-bundle.crt
CApath: none
* error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
* Closing connection 0
There is no news about SSL Certification modification in Moneris news feed or documentation.
So I have upgraded to PHP7 and Curl 7.43.0 and still not working. I have also added extra ssl certificate from curl website.
Why can't I connect to Moneris server ?