I am running multiple domains on an EC2 server with a single IP. I need to run 1 site on HTTPS and rest on HTTP.
For instance:
Run foobar.com on HTTPS. And run foobaz.com on HTTP
https://foobar.com works fine as this is suppose to run on https and http://foobaz.com works fine as well. But when I type https://foobaz.com it shows a SSL certificate warning and after clicking continue, it shows the content of the foobar.com.
Any pointers within this context would really help? Thanks in advance!