SSLException: HelloRequest followed by an unexpected handshake message

前端 未结 4 1556
慢半拍i
慢半拍i 2021-02-14 03:18

I\'m trying to connect to a webservice over SSL using Apache Commons HttpClient 3.1, using this:

String url = \"https://archprod.service.eogs.dk/cvronline/esb/Le         


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-02-14 03:40

    Just to add some updates to this - Oracle has this KB that discusses the problem.

    We've come across with with JRE 1.6.0_20 on Windows 7, but upgrading to 1.6.0_25 has resovled the problem (I realise there are later versions, however in the interests of software testing we're testing with a range of versions - this is the earliest we've been able to lay our hands on).

提交回复
热议问题