Skip to content

Commit 7f53e9c

Browse files
authored
Update README.md
adding WSS exceptions for dummies
1 parent d540205 commit 7f53e9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@ understand it. You can do this by installing it as accepted certificate, or by
5555
using that same certificate for a HTTPS connection to which you navigate first
5656
and approve. Browsers generally don't give you the "trust certificate?" prompt
5757
by opening a WSS socket with invalid certificate, hence you need to have it
58-
accept it by either of those two methods.
58+
accept it by either of those two methods.
59+
60+
The ports may be considered as distinguishing connections by the browser,
61+
for example, if your website url is https://my.local:8443 and your WebSocket
62+
url is wss://my.local:8001, first browse to https://my.local:8001, add the
63+
exception, then browse to https://my.local:8443 and add another exception.
64+
Then an html page served over :8443 will be able to open WSS to :8001
5965

6066
If you have a commercial/valid SSL certificate with one or more intermediate
6167
certificates, concat them into one file, server certificate first, then the

0 commit comments

Comments
 (0)