Skip to content

Commit f382d6f

Browse files
committed
Merge branch 'master' of github.com:TooTallNate/Java-WebSocket
2 parents b6cc899 + 3696cc5 commit f382d6f

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
@@ -90,7 +90,7 @@ To see how to use wss please take a look at the examples.<br>
9090
If you do not have a valid **certificate** in place then you will have to create a self signed one.
9191
Browsers will simply refuse the connection in case of a bad certificate and will not ask the user to accept it.
9292
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>
93-
If the websocket server url is `wss://localhost:8000` visit the url `htts://localhost:8000` with your browser. The browser will recognize the handshake and allow you to accept the certificate.
93+
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.
9494

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

0 commit comments

Comments
 (0)