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
client output on connection:
failed to dial server connection: failed to WebSocket dial: failed to send handshake request: Get "https://example.com": x509: certificate signed by unknown authority
Conclusion: with -no-tls, server is still sending certificate
client output on connection: failed to dial server connection: failed to WebSocket dial: failed to send handshake request: Get "https://example.com": x509: certificate signed by unknown authority
Conclusion: with -no-tls, server is still sending certificate
./simple-tls -s -no-tls -ws -b :80 -d 127.0.0.1:22 -n example.com
client:
simple-tls -ws -b 127.0.0.1:2222 -d example.com:80 -n example.com
client output on connection:
failed to dial server connection: failed to WebSocket dial: failed to send handshake request: Get "https://example.com": x509: certificate signed by unknown authority
Conclusion: with -no-tls, server is still sending certificate
simple-tls v0.7.0-0-gdf0b4cc (go version: go1.17.6, os: linux, arch: amd64)
Linux Centos 7
The text was updated successfully, but these errors were encountered: