I have the need to server multiple apps from the same server with SSL requirements.
I'm currently thinking of running Nginx with SNI, but the majority of IE doesn't support SNI. What happens when someone with a browser that doesn't support SNI makes a SSL request to my server?
Also I'm thinking of adding a Varnish layer in front of it, how does that work for the SSL connections?