On February 6, 2019 at 4:48PM +0100, svenjoac (at gmx.de) wrote: > On 2019-02-06 21:53 +0800, 積丹尼 Dan Jacobson wrote: >> $ w3m https://www.alsa-project.org/ >> w3m: Can't load https://www.alsa-project.org > > That's because the site apparently only offers TLS 1.0 which libssl > does not support anymore by default. Read > /usr/share/doc/libssl1.1/NEWS.Debian.gz for more information.
As mentioned in libssl1.1/NEWS.Debian.gz, you may change the defaults in /etc/ssl/openssl.cnf, e.g.: ``` MinProtocol = TLSv1 CipherString = DEFAULT@SECLEVEL=1 ``` Thanks, -- Tatsuya Kinoshita

