Secure Connection Failed An error occurred during a connection to 216.1x.1xx.xxx. You have received an invalid certificate. Please contact the server administrator or email correspondent and give them the following information: Your certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial […]
Read MoreWhile trying to change main IP of server was facing issue Where was getting message IPAddress is already an active IP On checking around found the below solution which worked Make sure that the IP address you’re trying to add has been removed from these files: /etc/hosts /etc/ips /etc/mail_reverse_dns If you happen to also […]
Read MoreWhile installing Virtualizor on one of the servers which had linux Centos 7 was getting error [root@ny7 ~]# ./install.sh email=xxx@gmail.com kernel=kvm ———————————————– Welcome to Softaculous Virtualizor Installer ———————————————– An existing installation of Virtualizor has been detected ! If you continue to install Virtualizor, the existing installation and all its Data will be lost Do you […]
Read MoreYou can easily disable all WordPress plugins directly from your database. This is useful when you have problems with your WordPress installation, such as not being able to log in to the admin Dashboard, or having blank pages on the website. If you don’t know which is the database used by your WordPress website, you […]
Read MoreWhile trying to access softacalous from WHM > Plugins > I was just getting White Screen The tried disabling and enabling ioncube loader from WHM > Tweak Settings, However the issue persisted So I went ahead and reinstalled using below steps the Softaculous folder here: root@server1 [/usr/local/cpanel]# rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/softaculous root@server1 [/usr/local/cpanel]# wget -N […]
Read MoreOne of the client was getting error while accessing Dell IPMi Secure Connection Failed The connection to 198.1xx.x.xxx was interrupted while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of […]
Read MoreWas getting the error for squirrel mail on cpanel server On Investigating could see issue was in Dovecot Below is the fix I used It’s possible that this can be rectified by increasing “Maximum Size of a Mail Process (MB)” under Main >> Service Configuration >> Mailserver Configuration in WHM. Once I did it the […]
Read MoreWas getting error while trying to SSH to one of the server on port 22 ssh_exchange_identification: Connection closed by remote host The issue is due to too many excessive connections on port 22 You can fix it by below change in SSH config MaxStartups variable in /etc/ssh/sshd_config to , port 2222 or any port you […]
Read MoreWhile trying to run an update in Ubuntu 14.04 was getting an error sudo apt-get update Hit http://security.ubuntu.com trusty-security InRelease Ign http://ppa.launchpad.net precise InRelease Get:1 http://ppa.launchpad.net precise Release.gpg [836 B] Hit http://security.ubuntu.com trusty-security/main Sources Hit http://ppa.launchpad.net precise Release Ign http://ppa.launchpad.net precise Release Hit http://security.ubuntu.com trusty-security/restricted Sources Ign http://ppa.launchpad.net precise/main amd64 Packages/DiffIndex Hit […]
Read MoreCron Jobs in server were not getting executed automatically On investigating I could see error like Jun 16 14:05:01 ok1110 crond[5913]: (root) FAILED to open PAM security session (Module is unknown) Jun 16 14:05:01 ok1110 crond[5912]: (root) FAILED to open PAM security session (Module is unknown) Jun 16 14:06:01 ok1110 crond[6021]: (root) FAILED to open […]
Read MoreWhile trying to install some new software in Ubuntu I was getting error E: Unable to locate package Ubuntu I tried updating using command sudo apt-get update However it didnt work sudo apt-get install anydesk_2.9.1-1_amd64.deb Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package anydesk_2.9.1-1_amd64.deb E: Couldn’t find […]
Read MoreTo add international characters as domain name in cpanel First it need to be converted to unicode to punycode using http://idna-converter.com/ Once done the domain name can be added accordingly
Read More