Letsencrypt not work

Discussion in 'ISPConfig 3 Priority Support' started by Tom John, May 13, 2021.

  1. Tom John

    Tom John Active Member HowtoForge Supporter

    Hi guys,
    i am using ubuntu 20.04 with ISPConfig 3
    I want to make a renewal of an SSL Cert for one domain. I disabled in domains letsencrypt checkbox then enable it again.
    In the log of letsencrypt i dont see any entry regarding this domain when i save the checkbox.
    the oly error i see is:
    Code:
    root@server6:~# tail -f /var/log/letsencrypt/letsencrypt.log
    Traceback (most recent call last):
      File "/usr/bin/certbot", line 11, in <module>
        load_entry_point('certbot==0.40.0', 'console_scripts', 'certbot')()
      File "/usr/lib/python3/dist-packages/certbot/main.py", line 1382, in main
        return config.func(config, plugins)
      File "/usr/lib/python3/dist-packages/certbot/main.py", line 1287, in renew
        renewal.handle_renewal_request(config)
      File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 486, in handle_renewal_request
        raise errors.Error("{0} renew failure(s), {1} parse failure(s)".format(
    certbot.errors.Error: 13 renew failure(s), 0 parse failure(s)
    
    
    Do you have any idea what might be the problem?
    thanks a lot for your help
     
  2. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    that's because you're only seeing the very end of the logging. there's a lot more that gets logged for every certificate request than what you've show there.
    you need to actually open that log file and go back from the end to where the request started going wrong. that's where your likely to find something indicating what caused the problem.
     
    ahrasis likes this.
  3. Tom John

    Tom John Active Member HowtoForge Supporter

    i find out the error.
    I domain pointed to another server so it could not work.
    so stupid
    however thanks for your kind help
     
    ahrasis likes this.

Share This Page