Message: Incomplete authorizations (follow-up)

  • Just to give an example on NOT "How to do it". My fault.

    :D:D:D:D

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • :D:D:D:D

    Ok but in my case this was not the reason. Especialy couse i deleted a domain entry on my external dnsmadeeasy.com and did not delete the same domain in i-mscp. And the problem was not only one domain but also many others.

    I-MSCP 1.5.3 - Debian 9 Stretch

  • Ok i fixed it now with: (Does not explain the reason of this errors)!


    Code
    1. mysql> UPDATE `imscp`.`letsencrypt` SET `letsencrypt_status` = 'torenew' WHERE `letsencrypt_status` = 'Incomplete authorizations';

    and



    Code
    1. perl /var/www/imscp/gui/plugins/LetsEncrypt/cronjobs/renew.pl -dv

    I had the same issue. The update in the database and the renew.pl worked for me too. I was not able to solve it in the web gui.


    Thank you so much for this post!

  • Same issue here.

    Ok i fixed it now with: (Does not explain the reason of this errors)!


    Code
    1. mysql> UPDATE `imscp`.`letsencrypt` SET `letsencrypt_status` = 'torenew' WHERE `letsencrypt_status` = 'Incomplete authorizations';

    and



    Code
    1. perl /var/www/imscp/gui/plugins/LetsEncrypt/cronjobs/renew.pl -dv

    Fixed the problem