Ugh. Sorry about this, using gmail and it’s weird and annoying meant to send to list
On Thu, May 16, 2019 at 00:46 LuKreme kremels@kreme.com wrote:
One more bit of info. After leaving s_client up for a bit, I got another line
CONNECTED(00000003) 675481056:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:/usr/src/crypto/openssl/ssl/s23_lib.c:177:
no peer certificate available
No client certificate CA names sent
SSL handshake has read 0 bytes and written 307 bytes
New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : TLSv1.2 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: Key-Arg : None PSK identity: None PSK identity hint: None SRP username: None Start Time: 1557988789 Timeout : 300 (sec) Verify return code: 0 (ok)
I guess I wasn't patient enough before. But the certs are in the exact same place as they've been all along and are working fine with apache. I can also send mail, if that is at all relevant. (postconf -n is in another post in this thread)
-- Sent from Gmail Mobile
At a loss. I've removed and reinstalled all the ports that use openssl.so.10 now, and still having the same issue. At this point, I'm looking at just upgrading the whole system to freebsd 12.0 and seeing what happens. Not sure why the core files don't seem to cooperate with gdb, butI assume that is some freebsd configuration issue.
If anyone has any other ideas though I am all ears.
On 16 May 2019 21:58 LuKreme via dovecot dovecot@dovecot.org wrote:
At a loss. I've removed and reinstalled all the ports that use openssl.so.10 now, and still having the same issue. At this point, I'm looking at just upgrading the whole system to freebsd 12.0 and seeing what happens. Not sure why the core files don't seem to cooperate with gdb, butI assume that is some freebsd configuration issue.
If anyone has any other ideas though I am all ears.
Hi!
gdb usually works if you provide it both binary and core file, like
gdb /path/to/some/binary /path/to/some/core
e.g.
gdb /usr/libexec/dovecot/imap-login /var/core/core.imap-login.1234
Aki
On 16 May 2019, at 12:58, LuKreme via dovecot dovecot@dovecot.org wrote:
At a loss. I've removed and reinstalled all the ports that use openssl.so.10 now, and still having the same issue.
Was never able to get this sorted out, and the attempt to update to FreeBSD12 in-lace did not work, so I ended up rolling back openssl to 1.0.2r and all is working again.
¯\_(ツ)_/¯
-- The ability to ask question like 'Where am I and who is the "I" that is asking?' is one of the things that distinguishes mankind from, say, cuttlefish. --The Last Continent
participants (3)
-
@lbutlr
-
Aki Tuomi
-
LuKreme