|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2016-08-08 10:36 UTC] japs at bistruphave dot dk
Description: ------------ I have run Squirrelmail (squirrelmail-20151221_0200-SVN) without any problems in PHP 7.0.8, Apache 2.4.23, and OpenSSL 1.0.2.h. When I upgrade to 7.1.0.beta1 or 2, I receive the following error as soon as squirrelmail is called (a login page is expected): ERROR Error connecting to IMAP server: bistruphave.dk. IMAP STARTTLS is enabled in SquirrelMail configuration, but used IMAP server does not support STARTTLS. The IMAP server is a UW server, and the same for the two versions of PHP. Apart for timezone nothing is changed in php.ini PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
I have done most of the OpenSSL changes but this doesn't look like anything related to OpenSSL ext from the look to Squirrelmail code where I see something like this: if (! sqimap_capability($imap_stream, 'STARTTLS', false)) { // imap server does not declare starttls support sqimap_error_box(sprintf(_("Error connecting to IMAP server: %s."), $server), '','', _("IMAP STARTTLS is enabled in SquirrelMail configuration, but used IMAP server does not support STARTTLS.")); exit; } sqimap_capability calls just IMAP protocol CAPABILITY feature so it doesn't even touch openssl ext. I'm closing this as "Not a bug" but if you find anything related to openssl ext, I'm happy to reopen.