Here is how to solve the following error in WHM / cPanel: stream_socket_enable_crypto(): Peer certificate CN=`xxxx.com' did not match expected CN=`smtp.sendgrid.net' As of PHP 5.6 peer verification is enabled by default (). If you are running WHM /...
Recently encountered a weird issue with cPanel DNS Zone Editor that wasn’t mentioned anywhere on cPanel official documentation nor their forums, so I decided to write a quick guide for anyone else that might experience this issue in the future...
To enable LiteSpeed Crawler option server-wide in cPanel, edit the following file /etc/apache2/conf.d/includes/pre_main_global.conf By the official cPanel docs, only the following is mandatory: <IfModule Litespeed> CacheEngine on crawler...
An Inode is a data structure used to store the metadata of a file. in cPanel – inode number represents the collective number of files and folders present in your web hosting account. Check Inode usage inside cPanel Most cpanel...
Error Failed to lookup mailbox status: Mailbox doesn’t exist appears when trying to access the Email Disk Usage section in cPanel. This utility allows you to recover disk space by deleting old messages from your mailbox but one of the cPanel...
After enabling PHP8 on some servers I’ve noticed the following error appear when clicking on the “Reset to default” button for PHP8 in PHP Selector: The last line was crucial for resolving the issue: The received data is wrong...
Here is how to solve the following error message: Domain has an outgoing mail hold. Message will be reattempted later. grep the cPanel username / email address and if found remove it from the following files: /etc/outgoing_mail_hold_users...
By default on WHM system emails are sent to root@hostname – but it you don’t have that email address created on the server, email delivery will be failed and the following error message can be seen on the Sent Summary page in WHM:...
file_get_contents() wrapper enables accessing URL objects the same way as local files. You can check if the file_get_contents() wrapper is enabled in your active PHP version by creating and checking phpinfo file: phpinfo file check if...
I was surprised to see 0 results on Google for this error “Jetbackup General Error – Fatal error: Uncaught MongoDB\DriverlException\ConnectionTimeoutException: No suitable servers found” and I doubt that I’m the first...