RE: [users@httpd] Multiple SSL enabled Virtual Servers and mod_rewrite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> But given you have only one IP, isnt it
> useful to have the traffic encrypted?

It can. But you will have warnings on client's side when the server's name
mismatch. No other obvious problem I know about.

Also, some SSL certificate vendors sell wildcards "*.domain.com" that can
help is this situation. I have one, it works well under IE, have little
feedback for other browsers.

Having multiple named Virtual Hosts works under SSL :

<VirtualHost *:443>
	ServerName www.domain1.com
	...
</VirtualHost>
<VirtualHost *:443>
	ServerName www.domain2.com
	...
</VirtualHost>

In fact, only the first VHost's certificate is used if I remember well.

Regards,
Sylvain.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux