SSLException: HelloRequest followed by an unexpected handshake message

前端 未结 4 1559
慢半拍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:24

    Same issue as here, I think: http://forums.sun.com/thread.jspa?threadID=5435426

    At least the solution works for this issue, too: add "-Dsun.security.ssl.allowUnsafeRenegotiation=true"

提交回复
热议问题