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