I am also seeing this error in the journal when I check mail in kmail:

kalendarac[20390]: org.kde.pim.imapresource: Crypto not supported!

That traces back to kdepim-runtime-22.12.3/resources/imap/sessionpool.cpp:

if (m_account->encryptionMode() != KIMAP::LoginJob::Unencrypted && 
!QSslSocket::su pportsSsl()) {
       qCWarning(IMAPRESOURCE_LOG) << "Crypto not supported!"; 
       Q_EMIT connectDone(EncryptionError,
                          i18n("You requested TLS/SSL to connect to %1, but 
your "
                               "system does not seem to be set up for that.",
                               m_account->server()));
       disconnect();
       return;
   }

So I guess somehow Qt is thinking I don't have SSL installed, but I do.

ii  libssl3:amd64                                 3.0.8-1                       
 amd64
       Secure Sockets Layer toolkit - shared libraries
ii  libxmlsec1-openssl:amd64                      1.2.37-2                      
 amd64
       Openssl engine for the XML security library
ii  openssl                                       3.0.8-1                       
 amd64
       Secure Sockets Layer toolkit - cryptographic utility



Again, this is a fresh install using the RC3 netinstall ISO. I selected "KDE 
Desktop" in the task list.

-- 
Sent from my private email server!

Reply via email to