You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing PeerJS. And I ran into a problem where the script downgraded me from port 443/SSL to a regular ws port 8080. Is there a way for me to mock the server on wss, port 443? I can set port 443...
But I can't set it to wss...
const fakeURL = 'wss://localhost:443/peerjs?key=peerjs&id=1&token=testToken';
const mockServer = new Server(fakeURL);
The text was updated successfully, but these errors were encountered:
I am testing PeerJS. And I ran into a problem where the script downgraded me from port 443/SSL to a regular ws port 8080. Is there a way for me to mock the server on wss, port 443? I can set port 443...
But I can't set it to wss...
const fakeURL = 'wss://localhost:443/peerjs?key=peerjs&id=1&token=testToken';
const mockServer = new Server(fakeURL);
The text was updated successfully, but these errors were encountered: