notdonski Posted July 7, 2020 Share Posted July 7, 2020 From the documentation it says SSL Sync will Check validity of SSL Certificates on services and domains. We don't sell/use domains in any of our services, yet after the cron completes we get 12 Synced under SSL Sync. So what exactly does SSL Sync do? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst WHMCS PeterM Posted July 7, 2020 WHMCS Technical Analyst Share Posted July 7, 2020 Hi @notdonski The SSL check will use the domain field of each service and check the validity of the certificate at that location. The cron task will cycle through the services in batches of 100, checking the entry in the domain field. If you would like to stop the cron from performing that check each day then you can use the `skip` option so that the `--SslSync` task does not run. To do this please edit your cron job and add the following to the end: skip --SslSync So your cron will look something like: php -q /home/username/crons/cron.php skip --SslSync Each time the daily cron tasks now run the SSL check will be skipped. Thanks Pete 1 Quote Link to comment Share on other sites More sharing options...
notdonski Posted July 7, 2020 Author Share Posted July 7, 2020 Thanks for the response @WHMCS PeterM. Like I mentioned in my original post we don't sell/use/have any domains configured on any of our services, so I'm trying to figure out where the 12 is coming from. The SSL Certificate Monitoring report is empty as well. Is there a query that I can use to check? I'm familiar with skipping from the docs, but is it harmless to leave this on anyway? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted July 7, 2020 Share Posted July 7, 2020 37 minutes ago, WHMCS PeterM said: If you would like to stop the cron from performing that check each day We all would, actually. Why is it so difficult to have WHMCS add things like this as a checkbox to ENABLE if you want it and off by default? It would really be appreciated. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst WHMCS PeterM Posted July 9, 2020 WHMCS Technical Analyst Share Posted July 9, 2020 Hi @notdonski Keeping the cron checking SSL should not cause issues. If you would like us to take a look at the report of 12 checks being made it would probably be best to open a support ticket with us. Thanks Pete 1 Quote Link to comment Share on other sites More sharing options...
bear Posted July 9, 2020 Share Posted July 9, 2020 56 minutes ago, WHMCS PeterM said: Keeping the cron checking SSL should not cause issues. Oh, has the "mini-dos" server load issue been fixed as it checks hundreds (or more) of domain names for SSL? 0 Quote Link to comment Share on other sites More sharing options...
Rick Boucher Posted December 24, 2020 Share Posted December 24, 2020 Thanks for this thread. We do not sell SSL certs in a specific iteration of WHMCS. The check of SslSync was hanging and not allowing the cron job (daily) to finish. I deduced to use the " skip -SslSync" command and it seemed to work. This thread, then, helped me determine that it was OK to add this to my daily cron job command. Thanks, Rick 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.