
SoapException: Server was unable to process request. In every case, I get the following error message: I have used Curl, including a variety of headers and payload, to post to the URL you gave me (in a private message). Hi am beginning to wonder whether there is a problem with the web service, rather than with the ColdFusion client.
Curl test tls 1.2 windows#
I see the behavior on CF 2016 / 2018 / 2021 with the latest patches, running Java 11.0.10 on Windows Server 2019. If I enable SSL handshake debugging with the jvm flagĬoldfusion-error.log doesn't show an exception but the last few lines show these lines that I don't see in a successful TLS 1.2 connection: If I add jvm.config flags to force TLS 1.2, the connection succeeds, specifically:

Curl test tls 1.2 code#
If I modify our code to use the CFX_HTTP5 custom tag, the connection succeeds. Accessing their API endpoint with Chrome browser has no issues. Scanning their API endpoint with the SSLLabs testing tool shows no issues. Testing from our server to theirs using java (11.0.10) SSLPoke succeeds. Recently a vendor we work with updated their server to support TLS 1.3 in addition to TLS 1.2 and our CFHTTP calls to their API are now failing with an Errordetail " I/O Exception: failed to respond"
