-
Notifications
You must be signed in to change notification settings - Fork 368
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
TLS error #70
Comments
Hmm... that's odd, it literally work on my machines. Recently, I committed 5d4c387 which changed how TLS CipherSuites are selected, it has to be the cause. I'll revert that to the default, it should fix the problem. Do you want me to create a new release to carry out this fix immediately? I could do that if you're in a hurry. Sorry for the trouble. |
Emmm.. Maybe TLS CipherSuites in go 1.7+ no order anymore. But I don't know why start a |
I've released I'll close this issue for now. If the fix did not work as expected, feel free to re-open this issue and I'll investigate it further. Thanks! |
This fix (committ 5d4c387 ) works fine with go1.17+. The previous bug was fixed by golang/go#45430 |
when I run the lastest version, I got a tls error:
The text was updated successfully, but these errors were encountered: