I want to use SMTP server that is configured to use support TLS v1.2. My system openssl library supports this (it successfully performs a test connection with 1.2 and fails with -tls1 option). KMail for some reason tries to use TLS 1.0 (confirmed with Wireshark). Is there any good reason it does that? If not, please upgrade default TLS implementation.
Hi, Pavel. There is no reason for that. I think I actually had TLSv1.2 support for some time, e.g. I made a few commits like https://cgit.kde.org/kimap.git/commit/?id=38b75709018699cd4de33ba48265f16d0125ce97 (this one is for IMAP, but there a simialr one for SMTP too). So I think somebody else introduced a regression somewhere.
There are some commits that might possibly fix this https://cgit.kde.org/kimap.git/commit/?id=b6c4ee82160da39ad7cff4c54360912f393aabd2 @Daniel, does TLSv.12 work with it?
*** This bug has been marked as a duplicate of bug 394770 ***