Reload needed when add new site

Discussion in 'General' started by wrkilu, Mar 18, 2025.

  1. wrkilu

    wrkilu New Member

    Hi,
    I have newest ISPconfig3. And I see some bug here.
    When I add new site even without database, just empty site and I mark installing of SSL LE cert - after installing everything I get in curl (best for tests):
    Code:
    loocek@lapek~ $ curl -I https://domain.pl
    curl: (60) SSL: no alternative certificate subject name matches target host name 'domain.pl'
    More details here: https://curl.haxx.se/docs/sslcerts.html
    
    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
    
    Then I do on server:
    systemctl reload apache2
    and all is working :)
    Code:
    loocek@lapek~ $ curl -I https://domain.pl
    HTTP/2 200
    last-modified: Tue, 18 Mar 2025 21:03:06 GMT
    etag: "28d-630a43b3e60ef"
    accept-ranges: bytes
    content-length: 653
    vary: Accept-Encoding
    content-type: text/html
    date: Tue, 18 Mar 2025 21:10:12 GMT
    server: Apache
    
    How to fix it ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. wrkilu

    wrkilu New Member

    Next will do the debug and possibly get back here with results.
    Thanks.
     

Share This Page