Navigation Menu

Skip to content
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

SSL protocol error communicating with https://(host),no supported versions satisfy MinVersion and MaxVersion #40922

Closed
yordanmanov opened this issue Aug 20, 2020 · 2 comments

Comments

@yordanmanov
Copy link

Hello, All,

Recently we started to notice that some of our API checks outside of Europe are failing with the following error message: "SSL protocol error communicating with https://(host),no supported versions satisfy MinVersion and MaxVersion", the checks are performed by a 3rd party API monitoring company (Runscope), for clarification we reached to them and they told us that the error is triggered during the TLS negotiations and for the TLS handshake they are using Go's code (https://github.com/golang/go/releases/tag/go1.12.17), as per the requirements of "GO" our work structure perfectly fits, as we are using TLS version 1.2 and cipher suite TLS_ECDHE_RSA_WITH_AES256_GCM_SHA384 with 256 bit keys, also, due to the fact that checks outside of Europe (Singapure, Hong Kong, US Texas and US California) are failing we reached to our CDN provider, they told us that the TLS handshake is forwarded to the origin target (our server), has anyone ever experienced the same issue and how could we resolve it?, checks are not constantly failing, but frequently.

Thank you,

@davecheney
Copy link
Contributor

Hello,

Thank you for raising this issue however I’m afraid this is not the right forum to ask for help using Go.

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For asking questions, see:

@ghost
Copy link

ghost commented Feb 12, 2021

Have the same issue with Runscope and TLS error.
@yordanmanov did you fix that?

@golang golang locked and limited conversation to collaborators Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants