I'm attempting to call an API (using http_url_post) for a new trading partner but can't seem to get past this connection issue. I already use HTTPAPI for many other API connections successfully so the issue seems to be related to this specific host.
In the http_debug log I would normally see 'Dump of server-side certificate information' after the 'SNI hostname...' line for a successful connection but all i get is the following...
Code: Select all
Dump of local-side certificate information:
-------------------------------------------------------------------------------------
Nagle's algorithm (TCP_NODELAY) disabled.
SNI hostname set to: uat.identity.fastway.org
(GSKit) I/O: A connection with a remote socket was reset by that socket.
ssl_error(406): (GSKit) I/O: A connection with a remote socket was reset by that socket.
SetError() #30: SSL Handshake: (GSKit) I/O: A connection with a remote socket was reset by that
Before posting I've upgraded to v1.48 of HTTPAPI.
I can connect successfully using cURL and also using SoapUI.
Thank you.