Skip to content

Commit 6644dd0

Browse files
IgorBenkopscheit
andauthored
Update docs/self-hosted/kubernetes-troubleshooting.md
Co-authored-by: Philipp Scheit <p.scheit@packagist.com>
1 parent 2596564 commit 6644dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/self-hosted/kubernetes-troubleshooting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Peer closed connection in SSL handshake (104: Connection reset by peer) while SS
4646
```
4747

4848
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. When using IPs as upstream hostnames on the reverse-proxy, this is not the case
50-
by default and will result in a certificate error.
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.
5150

5251
To pass the SNI hostname from the incoming request to the upstream server, apply the following settings when using
5352
NGINX as a reverse-proxy:

0 commit comments

Comments
 (0)