By Guest on Tuesday, 03 December 2019
Posted in General
Replies 1
Likes 0
Views 2.7K
Votes 0
When I run the serverchat.exe example, I use the WSS: / / protocol to link the local service in the browser (chrome or Firefox), and turn on the SSL option. The local address is 127.0.0.1:5415. The browser cannot link to the server wss://127.0.0.1:5415. The online test address is https://www.websocket.org/echo.html.
When using the general non encrypted protocol http://www.websocket.org/echo.html, WS: / / 127.0.0.1:5414, you can link and communicate with each other.
How to solve this problem? Is it because of the certificate problem sgc.pem?
Please help me to solve this problem. Thank you very much.
Chat uses a self-signed certificate, so when you try to connect from a web browser you will get an error message, if you accept exception you can continue.
To avoid these errors, you must use a real certificate provided by an authority.
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
#92
View Full Post