View Single Post

  #5 (permalink)  
Old 08-30-2005
Jim Hayter
 
Posts: n/a
Default Re: Using a default SSL Certificate, plus IP based virtual ones

On 30 Aug 2005 10:41:34 -0700, in comp.infosystems.www.servers.unix,
listrecv@gmail.com wrote:

>Jim,
>
>I understand - the server has numerous IP's. I'm trying to do the
>following:
>
>IP #1: Cert #1
>All other IP's: Cert #2


I've just been experimenting with this. Based on a posting from
August 26 (message id:
<1125081645.852194.156920@z14g2000cwz.googlegroups .com>). You can see
it at:
http://groups.google.com/group/alt.a...0ca386686feaba

I've found that I don't even need separate IPs. I have servers behind
load balancers and they forward traffic sent to different IPs to
different ports. As long as I put each secure server on its own port,
I can have one apache config handling multiple secure certificates.

HTH,
Jim