Vladyslav Bondar added the comment:
This will help to solve it
https://stackoverflow.com/questions/61568215/openssl-v1-1-1-ubuntu-20-tlsv1-no-protocols-available
But in my case I've defined:
MinProtocol = None
--
nosy: +Vladyslav.B
Vladyslav Bondar added the comment:
This is about openssl configuration in Ubuntu. In the latest Ubuntu, they
disabled TLS 1.0/1.1.
So to enable it back there is a workaround (taken from StackOverflow):
You should modify openssl config: /etc/ssl/openssl.cnf
You need to add this to the