I tried to download a file with curl on Oracle Linux 8 and got an error:
routines:ssl_choose_client_version:unsupported protocol
. It’s an old host and I have no access to
upgrade the software. So I had to relax my encryption settings with
update-crypto-policies --set LEGACY
. It’s not the best way to solve this issue, but if you need to
download a file and you don’t have any other options, it is worth doing.