Page 1 of 1

unable to update - https protocol unavailable

Posted: 28 Jul 2016, 09:06
by TribalMan
I am unable to run csf -u successfully as I keep getting an error:

Code: Select all

Unable to download: Protocol scheme 'https' is not supported (IO::Socket::SSL not installed)
- The 'box' does not have an SSL certificate.
- I followed other suggestions:
- installing libwww-perl and LWP-Protocol-https. It was already installed and up to date.
-

Code: Select all

csf -a 85.10.199.177
Any other suggestions?

Re: unable to update - https protocol unavailable

Posted: 28 Jul 2016, 09:49
by ForumAdmin
You will need the IO::Socket::SSL module:

Code: Select all

yum install perl-IO-Socket-SSL.noarch
for RedHat/CentOS systems.