Skip to content

Commit 883f53d

Browse files
committed
Make reverse-proxy docs a bit more conscise (PR fix)
1 parent aec057c commit 883f53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosted/kubernetes-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ the cluster and encountering errors like this:
4545
Peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream
4646
```
4747

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.
5050

5151
To pass the SNI hostname from the incoming request to the upstream server, add the following directives to NGINX:
5252
```

0 commit comments

Comments
 (0)