I have an API that runs fine on one of my two web servers but not on the other one or on my local machine, instead I get a connection failure when I send https requests as p
I had a server with Coldfusion 10 (using Java Version:1.7.0_15) and Windows Server 2008. I had added certificates for my API url. But I was getting error
Connection Failure: Status code unavailable.
Then I added the following config to Coldfusion JVM config in the Coldfusion Administrator and it started working.
-Dhttps.protocols=TLSv1.1,TLSv1.2