Skip to content

Commit

Permalink
Update wss URL in PROTOCOL.md (#8715)
Browse files Browse the repository at this point in the history
The previously shown URL (https://sim.smogon.com/showdown/websocket), along with sim3.smogon.com or sim.psim.us, doesn't work, since it serves a certificate that's only valid for sim3.psim.us, which is also the default domain currently used by the client.
  • Loading branch information
Nixola committed Apr 30, 2022
1 parent 3a035c9 commit c7c8404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Showdown directly using WebSocket:

ws://sim.smogon.com:8000/showdown/websocket
or
wss://sim.smogon.com/showdown/websocket
wss://sim3.psim.us/showdown/websocket

Client implementations you might want to look at for reference include:

Expand Down

0 comments on commit c7c8404

Please sign in to comment.