Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
" There are also a small percentage of older web browsers that may still give certificate errors"
I don’t think the number is really so small. According to the latest data I can find (Dec 2012), Windows XP still holds 39% of the desktop market and 47% of those are surfing with Internet Explorer. So that means that roughly 19% of users on the web will have a problem with SNI at this time. If you’re looking to use it to lock down your admin logins and such, no problem. If you’re looking to use it for e-commerce sites, that will be a serious issue.
That is correct, SNI is not yet fully supported so you should review your webtraffic and see how much of it is still using older browsers that do not support it.
@flexcode: I believe it will look like this: http://www.enhanceie.com/images/blog/GmailNameMismatchIE6.png
with this example it is working in both modes like http://localhost and https://localhost I removed the VirtualHost *:80 from the default file then https://localhost is working but https://localhost/test.php is not working. After hitting the enter it is going to localhost/test.php and it is telling that 404 error
So how can we resolve this problem
I have “www.mysite.com” and the subdomain “www.secure.mysite.com”
My goal is to only use my EV SSL UNDER www.secure.mysite.com, and not use SSL on www.mysite.com
I created the subdomain www.secure.mysite.com and it works fine.
Should I now make a vhost for www.secure.mysite.com then follow this tutorial?
Thanks in advance!
Well, it works, but most important question is - how to set this up with SSL certificate from say - GoDaddy ? Will it work ?