Networking Forums

Networking Forums > Computer Networking > Linux Networking > Load balanced HTTPS servers ... single or multiple server certificates?

Reply
Thread Tools Display Modes

Load balanced HTTPS servers ... single or multiple server certificates?

 
 
noone
Guest
Posts: n/a

 
      01-20-2005, 04:34 AM

I have multiple servers running httpd, and they have a common inbound
NAT'd address, but of course different internal / private IP addresses.

If I were to serve web documents via https, can I just generate a snigle
certificate request and apply the single certificate that I would
receive ( say from Verisign ) to multiple hosts ?

Or assuming I made individual certificate requests from each host, and
received 2 certificates ... and then one of the hosts were replaced by a
new machine ... can I "copy" the server certificate from the the machine
that went down to the new replacement ?


 
Reply With Quote
 
 
 
 
dave windsor
Guest
Posts: n/a

 
      01-20-2005, 03:02 PM
noone wrote:
> I have multiple servers running httpd, and they have a common inbound


> NAT'd address, but of course different internal / private IP

addresses.
>
> If I were to serve web documents via https, can I just generate a

snigle
> certificate request and apply the single certificate that I would
> receive ( say from Verisign ) to multiple hosts ?


SSL certs are issued to fully qualified domain names, say
www.mysite.com. The cert would not be valid for any other FQDN, even
subdimains of www.mysite.com. There exist "wildcard" certs that allow
you to use a cert within subdomains of particular domain, i.e.
*.mysite.com. For your situation, however, only 1 cert will be needed,
since your webservers are referenced by the same FQDN (the domain name
of your gateway, or whatever the domain name of your site happens to
be).

> Or assuming I made individual certificate requests from each host,

and
> received 2 certificates ... and then one of the hosts were replaced

by a
> new machine ... can I "copy" the server certificate from the the

machine
> that went down to the new replacement ?


Yes, you can transfer the cert to another box, assuming the new box has
the same FQDN as the old one.

-dave

 
Reply With Quote
 
/dev/null
Guest
Posts: n/a

 
      01-21-2005, 04:38 AM
> SSL certs are issued to fully qualified domain names, say
> www.mysite.com. The cert would not be valid for any other FQDN, even
> subdimains of www.mysite.com. There exist "wildcard" certs that allow
> you to use a cert within subdomains of particular domain, i.e.
> *.mysite.com. For your situation, however, only 1 cert will be needed,


What "big name" (who's ca cert ships with most browsers) cert providers can
you recommend that sell wildcard certs?

Thanks!


 
Reply With Quote
 
noone
Guest
Posts: n/a

 
      01-27-2005, 10:01 PM
dave windsor wrote:
> noone wrote:
>
>>I have multiple servers running httpd, and they have a common inbound

>
>
>>NAT'd address, but of course different internal / private IP

>
> addresses.
>
>>If I were to serve web documents via https, can I just generate a

>
> snigle
>
>>certificate request and apply the single certificate that I would
>>receive ( say from Verisign ) to multiple hosts ?

>
>
> SSL certs are issued to fully qualified domain names, say
> www.mysite.com. The cert would not be valid for any other FQDN, even
> subdimains of www.mysite.com. There exist "wildcard" certs that allow
> you to use a cert within subdomains of particular domain, i.e.
> *.mysite.com. For your situation, however, only 1 cert will be needed,
> since your webservers are referenced by the same FQDN (the domain name
> of your gateway, or whatever the domain name of your site happens to
> be).
>


Ah! ... yet Verisign told me that I need to buy 2 certificates ... and
so we did and for a time now have 2 certificates with the same public
FQDN. Each was generated by different certificat requests, generated
from each host. I'll give it a try.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
2003 Load Balanced Servers lose all network connectivity Jason Carter Windows Networking 0 07-09-2008 01:56 PM
Virtual servers and proxies for https and ftp David Brown Linux Networking 0 10-13-2007 11:06 AM
Problems load WWW page from single server. Arron Linux Networking 0 03-14-2005 11:57 PM
Load balanced web server =?Utf-8?B?QWxhbl9T?= Windows Networking 2 02-28-2005 04:55 PM
Load balanced packet forwarding Ydragon Linux Networking 0 07-07-2004 07:30 PM



1 2 3 4 5 6 7 8 9 10 11