Skip to content

Commit

Permalink
feature: Deprecated TLSv1.1 and added TLSv1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Sep 14, 2023
1 parent cc7d365 commit 95da8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ server {
more_set_headers 'Server: LIMAN MYS';
ssl_certificate /liman/certs/liman.crt;
ssl_certificate_key /liman/certs/liman.key;
ssl_protocols TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
}

server {
Expand Down Expand Up @@ -234,7 +234,7 @@ server {
more_set_headers 'Server: LIMAN MYS';
ssl_certificate /liman/certs/liman.crt;
ssl_certificate_key /liman/certs/liman.key;
ssl_protocols TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
error_page 403 /;
error_page 502 /502.html;
server_tokens off;
Expand Down

0 comments on commit 95da8d8

Please sign in to comment.