[solved] TLS 1.0 and 1.1 drop - git-stable enough?

Discussion in 'Installation/Configuration' started by Hbod, Aug 11, 2020.

  1. Hbod

    Hbod Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The TLS level of the websites is not set by iSPConfig, so the above MR does not affect what you try to achieve. The website TLS level is defined by the defaults of the Linux Distribution that you use, so you have to modify the global apache or nginx SSL config file to change it.
     
  3. Hbod

    Hbod Member

    Oh ok, I saw sections inside the apache conf while looking through the MR, I thought that those will drop TLS 1.0 and 1.1.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    That's for the ispconfig vhost on port 8080 and the apps vhost on port 8081 only.
     
  5. Hbod

    Hbod Member

    I saw that part inside the sites-available:

    Code:
      <IfModule mod_ssl.c>
                    SSLEngine on
                    SSLProtocol All -SSLv2 -SSLv3
    I updated the ssl.conf. Do I have to retrigger a resync now?
     
  6. Hbod

    Hbod Member

    Ok, looks like that a single change to the website was enough to trigger a recreation and now its looking fine here. Thanks again @till
     
  7. Hbod

    Hbod Member

    P.S: for everybody reading this in the future.
    I had to edit those files:

    /etc/apache2/mods-enabled/ssl.conf
    but also:
    /etc/letsencrypt/options-ssl-apache.conf

    Both had to be adjusted in order to make it work. (+ resync in ISPConfig, since you're not allowed to have one different SSLProtocol directive within another vHost).

    Reached A+
     
    Last edited: Aug 11, 2020

Share This Page