No idea why, but in Ubuntu (recently upgraded to 21.04) neither apt-get nor cpan was able to build the required IO::Socket::SSL.bibim wrote: ↑13 Feb 2020, 12:00 For example for Debian based distributions (Ubuntu...):More generally, it is also possible to install this module without using the system package manager, by using the Perl "cpan" tool:Code: Select all
apt-get install libio-socket-ssl-perl
Code: Select all
cpan IO::Socket::SSL
After trying it with cpan (After Silentwings told me that TSL wasn't working on my end, I wasn't getting any SPADS errors when trying to connect), I saw errors with Net::SSLeay, which is required by IO::Socket::SSL.
cpan wouldn't compile it after giving me some warnings, so I tried to compile it manually, according to:
https://www.thegeekstuff.com/2008/09/ho ... n-command/
Then finally
Code: Select all
sudo cpan IO::Socket::SSL