I'm currently migrating a bunch of web apps from older machines running Apache to an Ubuntu 11.04 instance running nginx. As some of these apps deliver sensitive data, I configured them to use SSL. nginx and the packaged version of OpenSSL do support SNI and I configured multiple virtual hosts with different certificates. This is working fine on all platforms I tested (Win7/FF&IE&Safari, OSX/FF, Android - I know about issues on older versions of Windows & IE), despite Safari on OSX Snow Leopard. It is extremely slow and partially fails or times out to deliver static resources (such as CSS files). Firefox on the same Mac is working fine. Any idea how to fix this or where to look for the problem? (I tested in on 3 Macs and they all had the same problem, so I hope there's a server-side fix like a SSL parameter).

Thanks, Mathias

link|improve this question

I would start by turning on debug_connection for one of the OS X boxes and looking at the error.log output it generates. – polynomial Sep 4 '11 at 17:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.