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
rathole | 2024-06-06T09:29:14.123180Z ERROR rathole::server: Failed to do transport handshake: Connection reset by peer (os error 104): Connection reset by peer (os error 104)
Environment:
OS: debian 12 Docker version 26.1.3
rathole --version output: rapiz1/rathole:v0.5.0
CPU architecture: amd64
rustc version:
ChatGPT:
It looks like there was an error in the transport handshake of the "rathole" server due to a wrong version number in the SSL handshake. This could be caused by various factors such as incompatible SSL/TLS versions between the client and server or misconfiguration of SSL/TLS settings. Troubleshooting this would involve checking the SSL/TLS configuration on both the client and server side to ensure compatibility and correctness.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
create_self_signed_cert.sh
create tls filesConfiguration
Logs
Environment:
rathole --version
output: rapiz1/rathole:v0.5.0ChatGPT:
The text was updated successfully, but these errors were encountered: