Error : 268435612:SSL routines:OPENSSL_internal

Hi,

I’m trying to implement consul on my kubernetes development environment.
And found this error : 268435612:SSL routines:OPENSSL_internal (envoy-sidecar log) when trying to connect to service from my browser.

The flow is =
Browser => Nginx Ingress Controller => Services

The browser show 502 Error and from the envoy side car log i found TLS error: 268435612:SSL routines:OPENSSL_internal:HTTP_REQUEST.

Any clue how to fix this ?

Thanks

Same issue for me.

Envoy Sidecar/headless service gets logs like:
[2021-10-12 11:12:36.271][15][debug][connection] [source/extensions/transport_sockets/tls/ssl_socket.cc:219] [C46257] TLS error: 268435612:SSL routines:OPENSSL_internal:HTTP_REQUEST

Ingress error log
2021/10/12 11:12:36 [error] 39#39: *2328721 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: bla-bla-bla.bla-bla-bla.bla.bla, request: “GET /favicon.ico HTTP/2.0”, upstream: “http://10.0.128.215:8080/favicon.ico”, host: " bla-bla-bla.bla-bla-bla.bla.bla", referrer: “https:// bla-bla-bla.bla-bla-bla.bla.bla/”

Same issue for me.

[C123] TLS error: 268435612:SSL routines:OPENSSL_internal:HTTP_REQUEST

Hello @goldcain19 @marshalgiant and @ashwinkupatkar

Can you please share your environment information?

  • Consul Version
  • Kubernetes Environment
  • Helm Chart configuration

I’d also like to share a past issue where a user was experiencing similar behavior and errors that may provide some insight for your unique environments:

Hey @eddie-rowe , I think my issue is not this. Thanks.

Hi All,
Can you provide a step by step reproduction for us with the Helm values and all service and deployment yamls?