Add a warning regarding implicit ssl

This commit is contained in:
Christian Mollekopf
2022-07-22 10:45:47 +02:00
parent a9a9be9a69
commit e77b6ea86f

View File

@@ -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,