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
curl --insecure -vvv https://127.0.0.1:7681 succeeds to get response, while curl --insecure -vvv https://localhost:7681 fails.
Expected behavior
It should check and verify the client certificate regardless of how a user connects to ttyd.
Additional context
Here is warmcat/libwebsockets#3257 which is my PR to fix this bug in libwebsockets.
Can we use libwebsockets with patch? or it looks like the recent libwebsocket might include some workaround as well(warmcat/libwebsockets#2902)
The text was updated successfully, but these errors were encountered:
Describe the bug
ttyd doesn't check client certification when connecting to ip addr instead of domain
To Reproduce
Steps to reproduce the behavior:
curl --insecure -vvv https://127.0.0.1:7681
succeeds to get response, whilecurl --insecure -vvv https://localhost:7681
fails.Expected behavior
It should check and verify the client certificate regardless of how a user connects to ttyd.
Additional context
Here is warmcat/libwebsockets#3257 which is my PR to fix this bug in libwebsockets.
Can we use libwebsockets with patch? or it looks like the recent libwebsocket might include some workaround as well(warmcat/libwebsockets#2902)
The text was updated successfully, but these errors were encountered: