Create app with SSLSocket Java

前端 未结 3 1537
再見小時候
再見小時候 2020-12-09 18:19

I want to create an app use SSLSocket: client send a String to server and server will uppercase that String and send back to client fo

3条回答
  •  [愿得一人]
    2020-12-09 18:39

    Check the certificates that you have installed. Make sure they are supporting the cipher suites that you are negotiating.

提交回复
热议问题