Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 12:49:24 +0000
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        Bernard Spil <brnrd@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r534416 - head/security/libressl
Message-ID:  <20200511124924.gbngzzhon73wmjza@ptrcrt.ch>
In-Reply-To: <202005082017.048KHMEv076044@repo.freebsd.org>
References:  <202005082017.048KHMEv076044@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On May 08 2020, 20:17 UTC, Bernard Spil <brnrd@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200511124924.gbngzzhon73wmjza>