Learn about Centmin Mod LEMP Stack today
Become a Member

Remove TLSv1 TLSv1.1 from ssl.conf in https://centminmod.com/vhost.php

Discussion in 'Bug Reports' started by fly, Feb 17, 2023.

  1. fly

    fly Member

    109
    16
    18
    Jul 27, 2019
    Ratings:
    +28
    Local Time:
    12:45 AM
    This should probably be updated in the vhost generator.

    Code:
    Then create the file name /usr/local/nginx/conf/ssl_include.conf with following contents:
    ssl_session_cache      shared:SSL:10m;
    ssl_session_timeout    60m;
    ssl_protocols  TLSv1 TLSv1.1 TLSv1.2; 
    Thanks!

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    2:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks for the heads up about vhost generator :)