ssl certificate not see

Discussion in 'General' started by Xzave, Mar 14, 2021.

  1. Xzave

    Xzave Member

    Last edited: Mar 15, 2021
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  4. Xzave

    Xzave Member

    i try this faq whitout success
    when i try
    Code:
    /usr/local/ispconfig/server/server.sh
    
    i have only warning
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you either missed enabling debug mode (read debug instructions again and follow them) or you did not enable Let's encrypt checkbox again in the website before you run server.sh command.
     
  6. Xzave

    Xzave Member

    1. i enable the debug mode in ispconfig System > Server Config
    2. i disable crontab -e
    3. i found this with
    Code:
    /usr/local/ispconfig/server/server.sh

    it's the same debug in ispconfig loglevel message
     
    Last edited: Mar 15, 2021
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    You missed enabling the Let's encrypt checkbox in the website again before running server.sh
     
  8. Xzave

    Xzave Member

    yes
     
    Last edited: Mar 15, 2021
  9. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    What is the status of apache2?
    Code:
    systemctl status apache2
    Also, see what Jesse mentioned in #2 aswell.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Is there anything in the apache directives field on the options tab of this site?
     
  11. Xzave

    Xzave Member

    Also, see what Jesse mentioned in #2 aswell.[/QUOTE]
     
    Last edited: Mar 15, 2021
  12. Xzave

    Xzave Member

    no directive apache in the tab

    i have a problem when i enable the checkbox:

    i have in red in the tab of the site (image file join)
     
    Last edited: Mar 15, 2021
  13. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You are running PHP 7.4 on Debian 9.x, that is not supported combination by ISPConfig.
     
  14. Xzave

    Xzave Member

    yes, i retry

    my report
     
    Last edited: Mar 15, 2021
  15. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Show diff between
    • /etc/apache2/sites-available/gifts-custopolis.com.vhost.err
    • /etc/apache2/sites-available/gifts-custopolis.com.vhost
    Are you creating Let's Encrypt certificate or purchased SSL certificate or letting ISPConfig generate self signed SSL certificate?
     
  16. Xzave

    Xzave Member

    /etc/apache2/sites-available/gifts-custopolis.com.vhost
     
    Last edited: Mar 15, 2021
  17. Xzave

    Xzave Member

    I try to install ISPConfig generate self signed SSL certificate. apache2 don't restart all websites is shutdown.

    log apache2


    log of the website:
     
    Last edited: Mar 15, 2021
  18. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Write this command on command line and paste the results in CODE tags:
    Code:
    diff /etc/apache2/sites-available/gifts-custopolis.com.vhost.err /etc/apache2/sites-available/gifts-custopolis.com.vhost
     
  19. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Have you used certificate commands yourself from the command line? That tends to break the ISPConfig way of creating certificates.
    Which website uses this certificate from the apache error log:
    Code:
    certificate ns3129236.ip-188-165-214.eu
     
  20. Xzave

    Xzave Member

    the problem was the brotli compress.
    I disable this module
    a2dismod brotli
     

Share This Page