Skip to content

Instantly share code, notes, and snippets.

@antonioribeiro
Last active August 29, 2015 14:07
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save antonioribeiro/20500f5e21663afe3b57 to your computer and use it in GitHub Desktop.
Save antonioribeiro/20500f5e21663afe3b57 to your computer and use it in GitHub Desktop.

###Edit this file

/etc/nginx/nginx.conf

###Add this line anywhere inside the http { } block:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

###Go to your Forge panel and restart Nginx

###Test your box using this site or use your command line

openssl s_client -connect <ip-address>:443 -ssl3

###You should see

no peer certificate available

@iantonioribeiro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment