Summary: | IMAP server status stuck to “server is unavailable“ | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Sébastien P. <sebastien.picavet> |
Component: | IMAP resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | carl, sebastien.picavet |
Priority: | NOR | ||
Version First Reported In: | 5.23.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
mysql.err
akonadiserver.error |
Description
Sébastien P.
2023-07-29 16:38:21 UTC
Created attachment 160606 [details]
mysql.err
Created attachment 160607 [details]
akonadiserver.error
I do remember today that I have another mail at another IMAP server from the same ISP. Same issue for me with he7.mail.ovh.net. Just saw this page: https://community.kde.org/PIM/Akonadi/Debug_IMAP So: > 0 2 août 22:04 imap.log.23509.1 > 0 2 août 22:04 imap.log.23509.2 > 0 2 août 22:05 imap.log.23509.3 > 0 2 août 22:05 imap.log.23509.4 => Files are empty. > org.kde.pim.kimap: Connection to server lost QAbstractSocket::SocketError(13) > org.kde.pim.akonadiserver: Cannot connect to agent instance with identifier 'akonadi_maildir_resource_0', error message: '' => Saw those two lines. First seems useful (network error?). Not sure the second is linked to this issue. $ curl -iv he25.mail.ovh.net:993 * Trying 5.135.57.20:993... * Connected to he25.mail.ovh.net (5.135.57.20) port 993 (#0) > GET / HTTP/1.1 > Host: he25.mail.ovh.net:993 > User-Agent: curl/8.0.1 > Accept: */* > * Recv failure: Connexion ré-initialisée par le correspondant * Closing connection 0 curl: (56) Recv failure: Connexion ré-initialisée par le correspondant => Network looks fine. Still the same issue with 5.23.3 / Akanodi 23.04.3 / Frameworks 5.110.0 / Qt 5.15.10 Also, I tried to create a new KDE user today. And reach the same issue. Same issue with new versions: 5.24.4 / Akanodi 23.08.3 / Frameworks 5.115.0 / Qt 5.15.12 Also after Qt6 migration: Framework 6.7.0 Qt 6.7.3 KDE 6.2.1 Kontact/akonadi 24.08.1 Still the same issue. But after testing non secure connection, I find out that it works. After checking, I noticed that: $ openssl s_client -connect he25.mail.ovh.net:993 Connecting to 5.135.57.20 CONNECTED(00000003) 805B7E92B57F0000:error:0A000102:SSL routines:ssl_choose_client_version:unsupported protocol:../openssl-3.4.1/ssl/statem/statem_lib.c:2359: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 62 bytes and written 335 bytes Verification: OK --- New, (NONE), Cipher is (NONE) Protocol: TLSv1.3 This TLS version forbids renegotiation. Compression: NONE Expansion: NONE No ALPN negotiated Early data was not sent Verify return code: 0 (ok) --- So bug is not on KDE. |