Skip to content

Commit

Permalink
Update list of supported protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 5, 2016
1 parent af1f389 commit a20fb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit_ssl.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ print &nginx_opt_input("ssl_certificate_key", $server, 50, $text{'ssl_file'},
print &nginx_opt_input("ssl_ciphers", $server, 30, $text{'ssl_clist'});

print &nginx_multi_input("ssl_protocols", $server,
[ "SSLv2", "SSLv3", "TLSv1" ]);
[ "SSLv2", "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2" ]);

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

0 comments on commit a20fb36

Please sign in to comment.