Skip to content

Commit

Permalink
hotfix(admin-api) disable TLS/1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Mar 16, 2017
1 parent f7dccd8 commit 9368008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/templates/nginx_kong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ server {
listen ${{ADMIN_LISTEN_SSL}} ssl;
ssl_certificate ${{ADMIN_SSL_CERT}};
ssl_certificate_key ${{ADMIN_SSL_CERT_KEY}};
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.1 TLSv1.2;
> end
location / {
Expand Down

0 comments on commit 9368008

Please sign in to comment.