Re: openssl question
10 Jan
2018
10 Jan
'18
1:04 a.m.
Offhand, I don't know of a fast way to match up client cipher specs and server cipher specs. The hard part is trying to figure out what the client is doing. Maybe you can turn on dovecot "verbose_ssl = yes" and that will dump SSL diagnostics logs to point out where server/client cipher negotiations fail.
You can also try and run "openssl s_server -cipher 'kEECDH:+...'" on an alternate port/host, point your client at it, and let this utility dump out the SSL cipher negotions.
Joseph Tam <jtam.home@gmail.com>
2756
Age (days ago)
2756
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joseph Tam