Skip to content

Commit 11bc43f

Browse files
committed
updated wss section of the readme
1 parent 1c655b4 commit 11bc43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To see how to use wss please take a look at the examples.<br>
9191
If you do not have a valid **certificate** in place then you will have to create a self signed one.
9292
Browsers will simply refuse the connection in case of a bad certificate and will not ask the user to accept it.
9393
So the first step will be to make a browser to accept your self signed certificate. ( https://bugzilla.mozilla.org/show_bug.cgi?id=594502 ).<br>
94-
If the websocket server url is `wss://localhost:8000` visit the url `https://localhost:8000` with your browser. The browser will recognize the handshake and allow you to accept the certificate.
94+
If the websocket server url is `wss://localhost:8000` visit the url `https://localhost:8000` with your browser. The browser will recognize the handshake and allow you to accept the certificate. This technique is also demonstrated in this [video](http://www.youtube.com/watch?v=F8lBdfAZPkU).
9595

9696
The vm option `-Djavax.net.debug=all` can help to find out if there is a problem with the certificate.
9797

0 commit comments

Comments
 (0)