is a wildcard SSL the only option in this multiple VHOST/1IP setup?

Posted by solsol on Server Fault See other posts from Server Fault or by solsol
Published on 2010-07-27T08:07:55Z Indexed on 2011/02/02 23:27 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

I have a web app set up that needs the following SSL encryption:

secure.myapp.com -> SSL
www.myapp.com/login -> SSL
www.myapp.com/signup -> SSL

If I'm correct, I could run one SSL certificate for my whole www.myapp.com/* pages. The problem is that I have a subdomain called secure.myapp.com that either needs to be on a separate IP address to work with SSL.

Right now I have one server, one public IP and a number of Virtual Hosts in apache to make this work.

I'd rather not buy an expensive Wildcard SSL certificate to secure just one subdomain. What is your advice on this? If it IS the only solution any tips on getting a price worthy wildcard SSL cert is appreciated.

I have read about SNI that allows the use of multiple SSL certs, but not all browsers (IE6!) support this. Since we are building a web app for the public, we cannot have IE6 to run on unencrypted connections.

Thanks for you help

© Server Fault or respective owner

Related posts about apache

Related posts about ssl