Re: [users@httpd] Multiple SSL vhosts problem

2014-09-05 Thread Theodotos Andreou
I found the error: ServerName logs.markouassociates.com ServerName logs The last line should be ServerAlias instead of ServerName. Apparently working at night is not my best :) Thanks for the support guys! On 06/09/2014 07:12 πμ, Theodotos Andreou wrote: After some sleep I figured out

Re: [users@httpd] Multiple SSL vhosts problem

2014-09-05 Thread Theodotos Andreou
After some sleep I figured out that the problem was the incorrect redirection. So if I call https directly it works. For example https://sub2.myexample.com will get me to the right location. If I visit http://sub2.myexample.com it redirects to https://sub1.myexample.com This is the first c

Re: [users@httpd] Multiple SSL vhosts problem

2014-09-05 Thread Yehuda Katz
You don't need NameVirtualHost, but you do need ServerName and/or ServerAlias directives to tell apache which ghost serves which site. - Y Sent from a gizmo with a very small keyboard and hyperactive autocorrect. On Sep 5, 2014 6:07 PM, "Theodotos Andreou" wrote: > Hi guys. I am trying to setu

[users@httpd] Multiple SSL vhosts problem

2014-09-05 Thread Theodotos Andreou
Hi guys. I am trying to setup two SSL vhosts on apache but getting redirected to the first one. I read this guide: https://www.digicert.com/ssl-support/apache-multiple-ssl-certificates-using-sni.htm Apparently that guide about SNI is old since the NameServer directive seems to be deprecated on