File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,13 @@ understand it. You can do this by installing it as accepted certificate, or by
55
55
using that same certificate for a HTTPS connection to which you navigate first
56
56
and approve. Browsers generally don't give you the "trust certificate?" prompt
57
57
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
59
65
60
66
If you have a commercial/valid SSL certificate with one or more intermediate
61
67
certificates, concat them into one file, server certificate first, then the
You can’t perform that action at this time.
0 commit comments