Browse Source

Include tls1.3 in the tests

pull/578/head
Tim Kimber 5 years ago
parent
commit
ac4f848dac
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test-config/nginx-ubuntu-dual-certs

+ 1
- 1
test/test-config/nginx-ubuntu-dual-certs View File

@ -42,7 +42,7 @@ server {
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
server_name _;
ssl_certificate /etc/nginx/pki/server.crt;


Loading…
Cancel
Save