-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handshake timeout #384
Comments
Describe the problem you are having and steps to reproduce the problem. |
The handshake deadline does work per new test. I am closing because there's no response from OP after a month. |
Hello. I think I have same problem. Right now I'm trying to set websocket connection from one golang app to another one using tls. On client side I do just simple connect:
On server side I have gin gonic with TLS:
So after connect I see on server side this message "http: TLS handshake error from [::1]:50194: read tcp [::1]:8000->[::1]:50194: read: connection reset by peer" And the problem that code on client side just stay on dialing forever. I mean that I can't see log "Tried connect...". |
I was using my local certificate and fixed issue with custom dialer config where I set: Anyway without it my code was waiting forever for something I don't understand. I think it still may be an issue for somebody. Please tell me how I can help you to provide more details about my issue. |
@silence44 Open a new issue with the information you posted here. |
Created in #420 |
client.go
After creating a successful TCP connection, the request was successfully sent but no reply timeout was determined.
The text was updated successfully, but these errors were encountered: