Get the most out of your Centmin Mod LEMP stack
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 Premium Member Premium Member

    103
    15
    18
    Jul 27, 2019
    Ratings:
    +26
    Local Time:
    11:41 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

    50,450
    11,658
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,077
    Local Time:
    1:41 AM
    Nginx 1.25.x
    MariaDB 10.x
    Thanks for the heads up about vhost generator :)