intacct-sdk-php icon indicating copy to clipboard operation
intacct-sdk-php copied to clipboard

Intermittent SSL handshake errors

Open dominicbvm opened this issue 2 years ago • 0 comments

We occasionally receive SSL handshake errors from CURL and I'm not sure if it is an intermittent issue with the version or ciphers being selected on our side or the Intacct server side. I was considering trying to force sslv3 with the curl/guzzle side but was wondering if there would be a way to pass curl opt settings with the Intacct client config?

Here is the error that we get. It isn't consistent but I have seen it the last couple of days.

cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

dominicbvm avatar Jul 13 '23 14:07 dominicbvm