Java server self-signed certificate + client certificate and SSL handshake_failure

前端 未结 1 1065
攒了一身酷
攒了一身酷 2021-01-22 06:13

I\'m connecting to a web service which was used before successfully, however now they\'ve changed hostname and sent me two .pem files; one is CA, and other is my new client cert

相关标签:
1条回答
  • 2021-01-22 06:53

    no IV for cipher indicates that the cipher in use does not require an IV (RC4 is one such cipher, and likely the one chosen here).

    Edit Per GregS's comment, this a handshake_failure could be caused by the server requesting client authentication, and the client failing to provide a certificate.

    0 讨论(0)
提交回复
热议问题