mengatasi error saat update csf
| 1 2 | csf --update Oops: Unable to download: Protocol scheme 'https' is not supported (Crypt::SSLeay or IO::Socket::SSL not installed) | 
coba cek paket yang belum terinstall dengan cara
| 1 | yum list perl-Crypt-SSLeay perl-Net-SSLeay | 
akan tertampil kurang lebih berikut
| 1 2 3 | Available Packages perl-Crypt-SSLeay.x86_64                    0.57-17.el6                     base perl-Net-SSLeay.x86_64                      1.35-9.el6                      base | 
jika belum tersedia ada biasa install
| 1 | yum install perl-Crypt-SSLeay perl-Net-SSLeay | 
silahkan coba kembali update csfnya
| 1 | csf --update | 
