###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](http://poodlebleed.com/) or use your command line openssl s_client -connect :443 -ssl3 ###You should see no peer certificate available [@iantonioribeiro](https://twitter.com/iantonioribeiro)