PCI : Service SSL issue

How to verify the service ssl is updated properly example : For cPanel & WHM service : openssl s_client -showcerts -verify 32 -connect xx.xx.xx.xx:2083 openssl s_client -showcerts -verify 32 -connect xx.xx.xx.xx:2087   Replace xx.xx.xx.xx with server IP.    

See More

Remote_smtp defer (-53): retry time not reached for any host

Error : LOG: retry_defer MAIN ==email@******.com R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host   To Resolve this you should: /usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null /scripts/courierup — force /scripts/eximup –force    

See More

libssl.so.6: cannot open shared object file: No such file or directory

Error : Building global cache for cPanel…/usr/local/apache/bin/httpd: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory /usr/local/apache/bin/httpd: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory /usr/local/apache/bin/httpd: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file […]

See More