Letsencrypt failed due to missing updates after January 28th

  • Hello Nuxwin,


    I am using
    ## i-MSCP version info
    BuildDate = 20161123
    Version = 1.3.8
    CodeName = Horner
    # Distro info
    DISTRO_ID = debian
    DISTRO_CODENAME = jessie
    DISTRO_RELEASE = 8.6


    Letsencrypt 2.04 (and now 2.05)
    I had the following error message after 28 Jan on four of my sub/domains.


    Code
    1. Saving debug log to /var/log/letsencrypt/letsencrypt.logStarting new HTTPS connection (1): acme-v01.api.letsencrypt.orgRenewing an existing certificateAn unexpected error occurred:The server experienced an internal errorPlease see the logfiles in /var/log/letsencrypt for more details.


    accidentally I ran:

    Code
    1. certbot-auto --help


    which automatically updates itself and afterwards also these particular four domains.


    But now these domain certs are only on disk and not in DB for usage via i-mscp.


    Is there some config option to transfer the certs to db?


    thx
    Peter


    BTW: Letsencrypt itself now works perfect for newly created domains and renews!

    i-MSCP 1.5.1 + patches - debian stretch (latest) - DebugBar 1.1.2 - LetsEncrypt 3.5.0 - Mailman 2.0.4 - RoundcubePlugins 2.0.1

  • Found a solution for myself via forum:


    SQL
    1. mysql -u debian-sys-maint -p<password>> USE imscp;> UPDATE letsencrypt SET letsencrypt_status = 'torenew';> \q


    and


    Shell-Script
    1. perl /var/www/imscp/engine/imscp-rqst-mngr -v


    After running it all is OK.
    thx

    i-MSCP 1.5.1 + patches - debian stretch (latest) - DebugBar 1.1.2 - LetsEncrypt 3.5.0 - Mailman 2.0.4 - RoundcubePlugins 2.0.1