Client connecting to an SSL server with Self-Signed Certificates

后端 未结 1 1258
面向向阳花
面向向阳花 2020-12-30 12:04

I\'m completely stuck here. I\'ve a java client code that needs to connect to an SSL server with self-signed certificates.

The problem only appears

相关标签:
1条回答
  • 2020-12-30 12:18

    Remove SSLv2ClientHello from the list of enabled protocols at the client.

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