Skip to main content

Purge /usr/local/cpanel/bin/autossl_check_cpstore_queue

Comments

4 comments

  • bloatedstoat
    This can be marked as solved. Ausif Lateef at cpanel support resolved this issue with: mv -v /home/username/.cpanel/ssl/pending_queue.json /home/username/.cpanel/ssl/pending_queue.json-old If anyone else experiences the same thing the above line will sort it out (substitute username for the account name btw)
    0
  • cPanelMichael
    Hello, I'm glad to see the issue is now solved. Thank you for updating us with the outcome.
    0
  • Kent Brockman
    Hello guys, what would be the updated path in cPanel v100? I have the same issue but I cannot find the file.
    0
  • bellwood
    Hello guys, what would be the updated path in cPanel v100? I have the same issue but I cannot find the file.

    On my servers, AutoSSL is using a sqlite file at: /var/cpanel/autossl_queue_cpanel.sqlite If you want to purge out pending requests for a particular user:
    [~] cd /var/cpanel sqlite3 autossl_queue_cpanel.sqlite sqlite> delete from requests where username='$username'; sqlite> .quit
    ...substituting $username as needed. Of course you can also just mv that file to autossl_queue_cpanel.sqlite.old if you want to blow the whole queue away. HTH
    0

Please sign in to leave a comment.