Websockets over HTTPS with spring boot 1.0.0.RC5 and tomcat 8.0.3

前端 未结 1 1071
醉酒成梦
醉酒成梦 2021-02-05 17:50

I have a working example of the web socket (ws) non secure implementation application using spring boot 1.0.0.RC5 and tomcat 8.0.3. Now i would like to switch to wss i.e. using

相关标签:
1条回答
  • 2021-02-05 18:44

    You definitely need an HTTPS connector for Websockets with SSL (I.e. your "wss://*" client). It's possible it isn't working because of the certificate problem. If I were you I'd double check the browser configuration for the certificate exceptions. Maybe regenerate the certificate and try again.

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