ArchiveTeam / ArchiveBot

ArchiveBot, an IRC bot for archiving websites
http://www.archiveteam.org/index.php?title=ArchiveBot
MIT License
357 stars 71 forks source link

Support weaker SSL/TLS connections for a broader compatibility with outdated web servers #428

Closed JustAnotherArchivist closed 4 years ago

JustAnotherArchivist commented 4 years ago

wpull's --no-strong-crypto allows for SSLv2 and SSLv3 connections (if the OpenSSL library is built accordingly) and compression. The OpenSSL configuration file overrides the defaults that are shipped e.g. with Debian Buster, which only accept TLSv1.2+ and decently secure cipher suites.

Fixes #424 (hopefully)

JustAnotherArchivist commented 4 years ago

Closed/reopened to trigger a rebuild because the previous one failed due to a temporary LaunchPad outage.