From e77b6ea86f6bdcfeefa0a3aaf034ba3b6127043b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 22 Jul 2022 10:45:47 +0200 Subject: [PATCH] Add a warning regarding implicit ssl --- config/defaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 0feaa2ae4..ecd0878c9 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -158,6 +158,8 @@ $config['imap_auth_type'] = null; // // proxy_protocol is used to inject HAproxy style headers in the TCP stream // See http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt +// WARNING: Please note this is currently incompatible with implicit ssl, +// since the proxy protocol preamble is expected before the ssl handshake. //$config['imap_conn_options'] = [ // 'ssl' => [ // 'verify_peer' => true,