Skip to content

Commit a20fb36

Browse files
committed
Update list of supported protocols
1 parent af1f389 commit a20fb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edit_ssl.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ print &nginx_opt_input("ssl_certificate_key", $server, 50, $text{'ssl_file'},
2727
print &nginx_opt_input("ssl_ciphers", $server, 30, $text{'ssl_clist'});
2828

2929
print &nginx_multi_input("ssl_protocols", $server,
30-
[ "SSLv2", "SSLv3", "TLSv1" ]);
30+
[ "SSLv2", "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2" ]);
3131

3232
print &ui_table_end();
3333
print &ui_form_end([ [ undef, $text{'save'} ] ]);

0 commit comments

Comments
 (0)