[Akonadi] [Bug 322383] IMAP resource hangs without error message when server supports SSLv3 only

Christian Mollekopf mollekopf at kolabsys.com
Tue Dec 10 13:47:57 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=322383

--- Comment #3 from Christian Mollekopf <mollekopf at kolabsys.com> ---
According to http://www.openssl.org/docs/ssl/SSL_CTX_new.html
q_SSLv23_client_method is the way to go (and what we're using currently), so
IMO the server should normally just understand SSLv2 hello messages (even if it
then decides to use SSLv3). We could add an option to force a specific ssl
version (but probably in a config file only), if that is really required.

For now I'm only concerned about notifying the user that the connection cannot
be established. However, I seem to get a dialog when the encryption fails
(tested by using plain which is not supported by my server).

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list