From: Michael <confabulate@kintzios.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] fetchmail: OpenSSL reported: error:0A00018A:SSL routines::dh key too small
Date: Sat, 26 Oct 2024 18:47:49 +0100 [thread overview]
Message-ID: <9891082.ag9G3TJQzC@rogueboard> (raw)
In-Reply-To: <MTAwMDA0MC53ZG5lc2RheQ.1729962853@quikprotect>
[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]
On Saturday 26 October 2024 18:14:17 BST Walter Dnes wrote:
> My personal domain inbound email is directed to COTSE.net. I pull
> with fetchmail. After yesterday's world update, fetchmail has been
> failing with the error message in the subject. I can still access my
> incoming email via webmail mode (BLEAGH!!!). I've set my gmail address
> to forward directly to my ISP inbox, avoiding this problem.
>
> It seems that the latest openssl has ratcheted up their "security
> level". After "asking Mr. Google", I tried the answer at...
> https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-se
> curity-level which doesn't work for me.
DH primes of a low value are vulnerable to brute force attacks. OpenSSL
respond to real life threat models for a reason, e.g.:
https://weakdh.org/
> I also tried reverting to the previous version of openssl. That
> failed because...
This is not advisable, at least it is not advisable from a security
perspective.
> * the latest "curl" requires the latest openssl
>
> * a whole bunch of apps in my "world" now require the latest "curl"
>
> I also tried...
>
> * USE="-ssl" emerge fetchmail # results in authorization failure
>
> * USE="weak-ssl-ciphers" emerge openssl # doesn't help
>
> Any ideas? Webmail sucks!
You can check the TLS Certificate chain used by COTSE.net mail server, e.g.:
openssl s_client -connect mail.cotse.net\:993 -crlf -starttls imap -showcerts
If these guys are still using deprecated TLS versions, you can ask them to
upgrade their SSL/TLS libraries and perhaps their OS - what other deprecated/
unpatched software are they running?
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-10-26 17:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-26 17:14 [gentoo-user] fetchmail: OpenSSL reported: error:0A00018A:SSL routines::dh key too small Walter Dnes
2024-10-26 17:47 ` Michael [this message]
2024-10-29 6:10 ` [gentoo-user] [SOLVED] " Walter Dnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9891082.ag9G3TJQzC@rogueboard \
--to=confabulate@kintzios.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox