Skip to content

Commit aec057c

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

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
@@ -48,8 +48,7 @@ Peer closed connection in SSL handshake (104: Connection reset by peer) while SS
4848
Ensure that the SNI (Server Name Indication) TLS Extension is properly passed in requests to the cluster
4949
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.
5050

51-
To pass the SNI hostname from the incoming request to the upstream server, apply the following settings when using
52-
NGINX as a reverse-proxy:
51+
To pass the SNI hostname from the incoming request to the upstream server, add the following directives to NGINX:
5352
```
5453
proxy_ssl_name $host;
5554
proxy_ssl_server_name on;

0 commit comments

Comments
 (0)