No cipher suites in common java sockets

后端 未结 1 978
天命终不由人
天命终不由人 2021-01-26 09:15

I have been using SSL sockets for a messaging system recently.

I finally started using a CA issued certificate. I imported it into my keystore, set the keystore property

1条回答
  •  无人及你
    2021-01-26 09:30

    Surprisingly, this can mean that the server couldn't find a private key/certificate pair. In this case it is because you haven't specified the keystore password via javax.net.ssl.keyStorePassword.

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