Want to subscribe to topics you're interested in?
Become a Member

CentOS 7 Beta Branch ensure perl-Crypt-SSLeay & perl-Net-SSLeay are installed for CSF Firewall

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jan 23, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    4:35 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ensure perl-Crypt-SSLeay & perl-Net-SSLeay are installed for CSF Firewall


    Continue reading...
     
  2. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    6:35 AM
    1.91
    10.0.19
    Hello,

    I seem to be getting this issue on the beta
    Email :
    Oops: Unable to download: Protocol scheme 'https' is not supported (LWP::protocol::https not installed)

    Packages are installed
    Installed Packages
    perl-Crypt-SSLeay.x86_64 0.64-5.el7
    perl-Net-SSLeay.x86_64 1.55-3.el7

    Its a small kimsufi/ovh dedicated server
    Latest version of the cmm beta code used/installed
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    4:35 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    where and when you get that error for protocol scheme ?
     
  4. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    6:35 AM
    1.91
    10.0.19
    Hi George,

    Its the update cron by the looks of it, if I manually try running it also
    Code:
    [root@backupsrv ~]# csf -u
    Oops: Unable to download: Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
    If you want to have a look further drop me an email ;)
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    4:35 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    weird stuff is this on skyspace provided CentOS 7 image/vps ? As it seems could be image/VPS dependent.

    I tested on CentOS 7 with DigitalOcean and SkySpace VPS and csf -u command works on DO but on SkySpace get same error you got. To fix it on SkySpace CentOS 7 install package

    Code:
    yum -y install perl-LWP-Protocol-https
    however, DO doesn't have this package and still csf -u works
     
  6. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    6:35 AM
    1.91
    10.0.19
    Hello,
    This is on a kimsufi/ovh dedicated server using thier CentOS7 install

    Ran
    Code:
    yum -y install perl-LWP-Protocol-https
    Seems to be ok now :)
    [root@backupsrv ~]# csf -u
    csf is already at the latest version: v7.60
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    4:35 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+