Skip to content

Instantly share code, notes, and snippets.

@adamlwalker
Created February 10, 2015 19:33
Show Gist options
  • Select an option

  • Save adamlwalker/7b86f8dc3e970bfb4df7 to your computer and use it in GitHub Desktop.

Select an option

Save adamlwalker/7b86f8dc3e970bfb4df7 to your computer and use it in GitHub Desktop.

openssl s_client -connect 127.0.0.1:443 -ssl3

grep -r ssl_protocol /etc/nginx

ssl_protocols TLSv1.2 TLSv1.1 TLSv1;

sudo vi /etc/nginx/sites-available/appsite_ssl

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