Skip to content

Commit

Permalink
Bug Fix: Fix Wrong URL for WSS connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Theldus committed Aug 26, 2022
1 parent 06eb979 commit 6287e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/echo/echo.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 align="left">wsServer</h1>
<label for="port1">ws:// (8080)</label>

<input type="radio" name="port" id="port2" value="wss:// (443)"
onclick="document.getElementById('txtServer').value='ws://localhost:443'">
onclick="document.getElementById('txtServer').value='wss://localhost:443'">
<label for="port2">wss:// (443)</label>

<br /> <br />
Expand Down

0 comments on commit 6287e2a

Please sign in to comment.