-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 wrong version number transporting non-ssl connection #23155
Comments
I can replicate with this minimal job
minimal traefik job
Connection can't be used
EDIT: Also replicated with istio/tcp-echo-server:1.2, client even receives the same non printable + These are the bytes, maybe someone may recognize it.
|
can you provider your envoy yaml |
Nomad creates this config and executes envoy like this
In the case of connect-sidecar-echo I found this envoy_bootstrap.json
|
possibly related istio/istio#35870 |
Turns out this is a limitation of traefik EDIT: Maybe this isn't the same issue, but I believe the issues lies in traefik now. |
May i know what is the fix for this ? even we are facing intermittent connections issues when we use with other port number but if we use port 8080 no issues its normal only |
Title: SSL wrong version number transporting non-ssl connection
Description:
I have a consul connect mesh with traefik ingress for a tcp (non-ssl) service. Traffic makes it to the envoy instance besides the tcp service but I'm getting an SSL error. I'm assuming this is communication between traefik's sidecar and tcp service's sidecar.
The sidecars are deployed by Nomad:
envoyproxy/envoy:v1.23.0
Logs:
The text was updated successfully, but these errors were encountered: