SSL/TLS Version in Nginx
Solution 1:
I had similar problem, commenting below line helped fixing the error. Final code looked like below -
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
#ssl_ciphers PROFILE=SYSTEM;
Solution 2:
I completely reinstalled my system and am using Nginx 1.0.6 now. This worked, but is very time consuming.