Hello<div><br></div><div>I am using nginx 2.0 built with OpenSSL 0.9.8 and I have the following configuration for my ssl:</div><div><br></div><div><div>listen 443 ssl;</div><div>ssl_certificate /etc/ssl/private/wildcardcert.crt;</div>

<div>ssl_certificate_key /etc/ssl/private/wildcardcert.key;</div><div>ssl_session_cache   shared:SSL:20m;</div><div>ssl_session_timeout 5m;</div><div>ssl_prefer_server_ciphers on;</div><div><br></div><div><br></div><div>
Since I dont have ssl_ciphers I assume its picking up the default settings '<span style="background-color:rgb(238,238,238)">HIGH:!ADH:!MD5;</span>'</div>
<div><br></div><div>I found quite a few articles to make the SSL connection strong and more secure but I am looking for a solution which is fastest in terms of negotiating an SSL connection. Can you recommend me some ssl_cipher / other settings I should try to boost speed. I dont transfer any secure data so I am not concerned about security.</div>

<div><br></div><div>Thanks</div>Sparsh Gupta<br>
</div>