summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon bright <hmbright@fastmail.com>2023-01-07 16:34:17 -0600
committerGitHub <noreply@github.com>2023-01-07 16:34:17 -0600
commit7f53e9c22cad4cc799b45d51d2c5d76f61aac7f8 (patch)
treef5810caefabf6913634adacae21752301697b388
parentd54020538db16a3043eafb7e7c308ea5f03cb896 (diff)
downloadwebsockify-7f53e9c22cad4cc799b45d51d2c5d76f61aac7f8.tar.gz
Update README.md
adding WSS exceptions for dummies
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c537b74..c5d14cc 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,13 @@ understand it. You can do this by installing it as accepted certificate, or by
using that same certificate for a HTTPS connection to which you navigate first
and approve. Browsers generally don't give you the "trust certificate?" prompt
by opening a WSS socket with invalid certificate, hence you need to have it
-accept it by either of those two methods.
+accept it by either of those two methods.
+
+The ports may be considered as distinguishing connections by the browser,
+for example, if your website url is https://my.local:8443 and your WebSocket
+url is wss://my.local:8001, first browse to https://my.local:8001, add the
+exception, then browse to https://my.local:8443 and add another exception.
+Then an html page served over :8443 will be able to open WSS to :8001
If you have a commercial/valid SSL certificate with one or more intermediate
certificates, concat them into one file, server certificate first, then the