ColdFusion https connection failure

前端 未结 7 812
走了就别回头了
走了就别回头了 2020-11-27 21:19

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

7条回答
  •  盖世英雄少女心
    2020-11-27 22:12

    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
    

提交回复
热议问题