Lets encrypt - Verify error

Discussion in 'Installation/Configuration' started by pecka33, Dec 6, 2022.

  1. pecka33

    pecka33 Member

    Hello,
    i have a question. I am using latest version of Debian and ispconfig - all working fine. But my problem is that one of mine domain was expired. This domain had lets encrypt. After expires my domain i remove it from ispconfig. But every day i get about 00:00 email from root email with subject Cron <root@host> "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null and Invalid response from http://xx.com/.well-known/acme-challenge/yI-qqQoHSkVdqWf5T9o24M_06-cJpBeITHiElpzEROo: 404
    That is because my domain was expired - does not exist in DNS zone.

    So i have to remove SSL certificate manually from server? I think that this is automatic when i remove domain from ispconfig.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes
     
    Firman_syah likes this.
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Nope. This is yet to be implemented so far.
     
  4. pecka33

    pecka33 Member

    Thank you. Should i remove it in /root/.acme.sh and choose and remove folder with domain name which i removed via ispconfig? Or i have to do something else/remove ssl in another location?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Use acme.sh command to remove it, it has a command-line option for that. if I remember correctly, the option is --remove
     
    Firman_syah likes this.
  6. pecka33

    pecka33 Member

    At all, i used

    Code:
    acme.sh --remove -d domain.com
    Code:
    [Tue 13 Dec 2022 07:49:35 PM CET] domain.com is removed, the key and cert files are in /root/.acme.sh/domain.com
    [Tue 13 Dec 2022 07:49:35 PM CET] You can remove them by yourself.
    root@host:~#
    
    
    Should i remove this folder too?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    If you don't need the key and cert anymore, then remove that folder.
     
  8. fredwave

    fredwave New Member

    Please i so much need assistance, my domain keep returning error ERR_SSL_PROTOCOL_ERROR.
    i also notice the Lets encrypt box on ISPCONFIG always uncheck itself after a reload.
    On further inspection, i think something is wrong with my set up as shown on the attached picture. Please i wish to install setup my wordpress site on it. HELP

    Each time i check the Lets encrypt box after reload it show as unchecked. I decided to use GitHub script to implement it but i gets {chmod: cannot access '/var/spool/incron/root': No such file or directory} Please help.
     

    Attached Files:

    Last edited: Dec 28, 2022
  9. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    That script is to remove the installed LE4ISPC script and no others, so it was wrong for you to use it for any other purposes.

    If you got problem with LE in your ISPConfig server, follow its LE FAQ instructions.

    And please open a new thread when you are not 100% sure your problem is 100% related to an existing thread.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Firman_syah likes this.

Share This Page