unable to update - https protocol unavailable

Post Reply
TribalMan
Junior Member
Posts: 1
Joined: 28 Jul 2016, 08:49

unable to update - https protocol unavailable

Post 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?
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: unable to update - https protocol unavailable

Post by ForumAdmin »

You will need the IO::Socket::SSL module:

Code: Select all

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