File 0005-Add-a-warning-regarding-implicit-ssl.patch of Package roundcubemail-selfcontained
From d401661925a500bce118f8a2f34c9bedabe2ceba Mon Sep 17 00:00:00 2001
From: Christian Mollekopf <mollekopf@apheleia-it.ch>
Date: Fri, 22 Jul 2022 10:45:47 +0200
Subject: [PATCH 5/6] 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 a6cd3b9a5..b25b419bf 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -160,6 +160,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,
--
2.37.1