Hi, I’m using an nginx pod for ingress of a few services. When we inject the envoy proxies into this pod we’ll sporadically receive an SSL_ERROR_SYSCALL
error on connect. When we kill the pod the new one won’t have the issue. Anything special I need to do to use an nginx pod to route ingress?
❯ curl -I https://<redacted>/ -vvv
* Trying 35.231.109.56...
* TCP_NODELAY set
* Connected to <redacted> (<redacted>) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to <redacted>:443
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to <redacted>:443