AutoSSL Queue
Hello, The following utility runs every five minutes as part of a cron job to see if a certificate has been processed:/usr/local/cpanel/bin/autossl_check_cpstore_queue
This should not result in any CPU/Memory issues on your system, but let us know if that's happening. Your system will automatically stop attempting to retrieve a certificate after 86400 seconds (1 day), so if it hasn't been issued within this time, it's removed from the queue and you will no longer see the "processing" message. The troubleshooting steps to see why a certificate was not validated are available at: Thank you.
Is there really no way to cancel these pending requests? Pending queue. Showing 1 - 20 of 5,564 items Only 130 cPanel accounts on this server but of course there's at least 5 for each domain with webmail./cpanel./www./webdisk./etc I found the scripts autossl_check autossl_check_cpstore_queue but of course none of that is very helpful in the event that you'd like to cancel these requests. A --clear to clear all pending requests or --cancel-pending would be nice. Is there no recourse other than waiting til the day after to have these time out? Also, it would be nice to have there be a dialog box perhaps to ask when enabling if you'd like to disable all so you can just enable the ones you want to?
-
Hello, The pending requests are stored in the following file if you'd like to remove them: /var/cpanel/autossl_queue_cpanel.json
Thank you.0 -
/var/cpanel/autossl_queue_cpanel.json
Where do I remove it?0 -
Hello @Roland D Fiedler, You'd need to access the server as the root user via SSH and run the following commands if you wanted to remove the pending AutoSSL requests: mv /var/cpanel/autossl_queue_cpanel.json /root/autossl_queue_cpanel.json.backup1 /usr/local/cpanel/bin/autossl_check_cpstore_queue
Information on how to connect to the server via SSH is documented at:0 -
Hello @Roland D Fiedler, You'd need to access the server as the root user via SSH and run the following commands if you wanted to remove the pending AutoSSL requests:
mv /var/cpanel/autossl_queue_cpanel.json /root/autossl_queue_cpanel.json.backup1 /usr/local/cpanel/bin/autossl_check_cpstore_queue
Information on how to connect to the server via SSH is documented at:0 -
Im able to login via SSH via Putty and when I use su - it says "permission denied"
@Roland D Fiedler, The default SSH configuration should allow for direct root access. The "su" command should not be necessary if you are authenticating with "root" as the username. Thank you.0 -
@Roland D Fiedler, The default SSH configuration should allow for direct root access. The "su" command should not be necessary if you are authenticating with "root" as the username. Thank you.
I was able to get in using the sudu su - then I ran this command mv /var/cpanel/autossl_queue_cpanel.sqlite /var/cpanel/autossl_queue_cpanel.sqlite.bak and the queue cleared and the Auto SSL is now installing.0
Please sign in to leave a comment.
Comments
6 comments