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 can get it to work with a javascript websocket but it will not work with a Pawl websocket. It seems like the handshake always fails and I'm not too sure how to debug it.
If I enable verify_peer on the client-side. It fails to handshake.
If I understand correctly, with verify_peer disabled I am leaving the door open for MITM attacks. What are the risks associated with keeping verify_peer disabled?
What am I missing to get the TLS handshake to work?
The text was updated successfully, but these errors were encountered:
I can get it to work with a javascript websocket but it will not work with a Pawl websocket. It seems like the handshake always fails and I'm not too sure how to debug it.
Here's my client code:
Here is my server code:
Here's my nginx configuration with the proxy for the websocket:
If I enable verify_peer on the client-side. It fails to handshake.
If I understand correctly, with verify_peer disabled I am leaving the door open for MITM attacks. What are the risks associated with keeping verify_peer disabled?
What am I missing to get the TLS handshake to work?
The text was updated successfully, but these errors were encountered: