Starting with WHMCS 7.7.0 SSL monitoring has been introduced. It currently appears to check for a valid SSL certificate for All products/services that are:
- Hosting Account
- Reseller Account
- Dedicated/VPS server
We'd like to see an option on the specific service to override/disable the SSL check.
In our case, we have a particular type of VPS that we sell that comes with a software firewall. The client configures the firewall so they have access to the VPS and the VPS has a valid SSL. WHMCS on the other hand, does not have access to their VPS so the SSL check shows an invalid SSL.
This causes two issues:
- WHMCS shows an invalid SSL when there really is one (WHMCS just can't check it)
- The VPS firewall logs the fact that WHMCS tried to connect to the VPS (to check the SSL status)
Both of these are are causing a number of un-necessary support tickets.
It would just be a lot more flexible if the SSL check could be turned off on a per product/service level.
33 Comments
Login to post a comment.
Since WHMCS encrypts the whole code and there is no way to prevent the whole thing by hook, we will have to switch away from WHMCS.
Also, clients feel there is somethng wrong when they see a red icon and call us for this.
Please add the basic functionality of switching it on and off.
Not being able to disable this is simply ridiculous. Just because something is a server doesn't mean it runs a web server. And we don't even sell SSL certs so why would we care anyway? Just crazy.
But at least we can hide the red icon that is alarming our clients.
We need to keep on top of WHMCS until the give us the ability to disable this.
It's very clear that WHMCS is making money off of this feature. They have what seems like hundreds of options to turn on/off at will, but this one remains uncontrollable. This feature was added at the same time as their SSL up-sell integration. They are re-selling SSL certificates, making a profit from it themselves, and trying to push us and our clients into selling those certificates.
I recommend that you hide this unwanted "feature" ASAP.
Find the custom.css file in your installation and add the following lines:
.ssl-state {
display: none;
}
Hope that helps.
When a new feature like this is introduced, then we absolutely must have the option to turn it off.