Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-09-07 09:41:54 +0300
committerAleksander Machniak <alec@alec.pl>2017-09-07 09:41:54 +0300
commit23fbeab062c20f2de555f34332af92a3b92cff0d (patch)
tree0a17bf3da0e7293f3bb33abe6b0b90fe393807d5 /INSTALL
parent5200d823815d69f1526677075992d336dcbc5ab7 (diff)
Add note about common ssl certificate validation issues
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e98a62350..54d4eee9a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -279,3 +279,8 @@ KNOWN ISSUES
Installations with uw-imap server should set imap_disabled_caps = array('ESEARCH')
in main configuration file. ESEARCH implementation in this server is broken (#1489184).
+
+PHP >= 5.6 validates the ssl certificates by default. It means that
+if IMAP/SMTP certificates are self-signed or use wrong host name you'll get
+connection errors. A solution in such cases is to set imap_conn_options,
+smtp_conn_options and managesieve_conn_options in a way described in config/defaults.inc.php.