You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosted/kubernetes-troubleshooting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ the cluster and encountering errors like this:
45
45
Peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream
46
46
```
47
47
48
-
Ensure that the SNI (Server Name Indication) TLS Extension is properly passed in requests to the cluster
49
-
for SNI to work correctly on the ingress. This is not the case when using IPs in `proxy_pass` on the reverse proxy and will result in an SSL handshake error.
48
+
Ensure that the SNI (Server Name Indication) TLS Extension is properly set for requests to the ingress controller of the Kubernetes Cluster.
49
+
This is not the case when using IPs in `proxy_pass` on the reverse proxy and will result in an SSL handshake error.
50
50
51
51
To pass the SNI hostname from the incoming request to the upstream server, add the following directives to NGINX:
0 commit comments