svn commit: r534416 - head/security/libressl

Pietro Cerutti gahr at FreeBSD.org
Mon May 11 12:49:28 UTC 2020


On May 08 2020, 20:17 UTC, Bernard Spil <brnrd at FreeBSD.org> wrote:
>Author: brnrd
>Date: Fri May  8 20:17:22 2020
>New Revision: 534416
>URL: https://svnweb.freebsd.org/changeset/ports/534416
>
>Log:
>  security/libressl: Update to 3.1.1
>
>   * 3.1 branch now stable (OpenBSD 6.7)

I *think* this broke php_imap, as it started to happen after I upgraded 
my pkgs today, but I'm not positive yet. Just shouting out in case this 
rings a bell to anybody.

This connection line doesn't work anymore:

     '{192.168.1.1:993/imap/ssl/novalidate-cert}INBOX'

and needs to be modified to 

     '{192.168.1.1:143/imap/tls/novalidate-cert}INBOX'

Basically, I need to switch from ssl to starttls. The former now fails 
with

2020/05/11 12:36:02 [error] 67394#100169: *31 FastCGI sent in stderr:
"PHP message: imap_open(): Couldn't open stream
{192.168.1.1:993/imap/ssl/novalidate-cert}INBOX

PHP message: TLS/SSL failure for 192.168.1.1: SSL negotiation failed

On the other hand, "openssl s_client" works fine, so I really don't 
know.


-- 
Pietro Cerutti


More information about the svn-ports-head mailing list