From 4ad0638429e6ac96815f085cd66f79d066d7bb18 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 2 May 2023 21:06:25 +0200 Subject: [PATCH] Update services/proxy/README.md Co-authored-by: Michael Barz --- services/proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/README.md b/services/proxy/README.md index 397c69ca9..d04c87152 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -115,4 +115,4 @@ When using the ocis IDP service instead of an external IDP: - Use the environment variable `OCIS_URL` to define how ocis can be accessed, mandatory use `https` as protocol for the URL. - If no reverse proxy is set up, the `PROXY_TLS` environment variable **must** be set to `true` because the embedded `libreConnect` shipped with the IDP service has a hard check if the connection is on TLS and uses the HTTPS protocol. If this mismatches, an error will be logged and no connection from the client can be established. -- `PROXY_TLS` **can** be set to `false` if a reverse proxy is used and the OCIS_URL is terminated at the reverse proxy. When setting to `false`, the communication between the reverse proxy and ocis is not secured. If set to `true`, you must provide certificates. +- `PROXY_TLS` **can** be set to `false` if a reverse proxy is used and the https connection is terminated at the reverse proxy. When setting to `false`, the communication between the reverse proxy and ocis is not secured. If set to `true`, you must provide certificates.