You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alex Florentino <fl...@gmail.com> on 2007/11/29 12:43:56 UTC

Question about multiple SSL at same machine

Hi all,

I have windows colocation and have one site that have ssl and it works fine,
now I have another site and need set up another ssl, I think that change ssl
port for second site is good solutions but my client don't like this idea,
then I need set up another ip.. but I not sure how I make it...

because, my windows server be behind of router and then really my windows
server have only internal ip.

suggestion about how I should approach this problem ?

thanks a lot.

Alex

Re: Question about multiple SSL at same machine

Posted by Alex Florentino <fl...@gmail.com>.
ok, my site is hosted at http://www.ilandinternet.com/ and we access the
router, now another question... such as the router already setup one network
internal and external(valid IP), is possible setup two valid ip to one
router ?

because we have three ip valids and we use only one ip,  but I not know how
setup another ip.

some suggestion ?

thanks.

On Nov 29, 2007 9:56 PM, Peter Crowther <Pe...@melandra.com> wrote:

> > From: Alex Florentino [mailto:florentino.alex@gmail.com]
> > I have windows colocation and have one site that have ssl and
> > it works fine,
> > now I have another site and need set up another ssl, I think
> > that change ssl
> > port for second site is good solutions but my client don't
> > like this idea,
> > then I need set up another ip.. but I not sure how I make it...
>
> Ask your hosting provider to assign you another IP address.  If you're
> behind a NATted router, they'll tell you what the new internal address is;
> if not, they'll tell you the new external address.  Add that as a second IP
> on your Windows box, then bind port 443 on the new site to it.  Also, you or
> your hosting/DNS provider will need to set up a DNS entry for the new site.
>
> Most providers will charge you for extra IP addresses, and some more for
> the setup.
>
>                - Peter
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Question about multiple SSL at same machine

Posted by Peter Crowther <Pe...@melandra.com>.
> From: Alex Florentino [mailto:florentino.alex@gmail.com]
> I have windows colocation and have one site that have ssl and
> it works fine,
> now I have another site and need set up another ssl, I think
> that change ssl
> port for second site is good solutions but my client don't
> like this idea,
> then I need set up another ip.. but I not sure how I make it...

Ask your hosting provider to assign you another IP address.  If you're behind a NATted router, they'll tell you what the new internal address is; if not, they'll tell you the new external address.  Add that as a second IP on your Windows box, then bind port 443 on the new site to it.  Also, you or your hosting/DNS provider will need to set up a DNS entry for the new site.

Most providers will charge you for extra IP addresses, and some more for the setup.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Question about multiple SSL at same machine

Posted by Hassan Schroeder <ha...@gmail.com>.
On Nov 29, 2007 3:43 AM, Alex Florentino <fl...@gmail.com> wrote:

> now I have another site and need set up another ssl, I think that change ssl
> port for second site is good solutions but my client don't like this idea,
> then I need set up another ip.. but I not sure how I make it...
>
> because, my windows server be behind of router and then really my windows
> server have only internal ip.

Everything on the Internet is "behind a router" :-)

Yes, the solution is to have another IP assigned to your system. Talk
to whoever manages your DNS.

-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Question about multiple SSL at same machine

Posted by Mark Deneen <md...@gmail.com>.
You can't do name-based virtual hosting with SSL.  I think I remember
reading that the headers are encrypted and are not decrypted until
after apache would have to make the choice of which virtual host to
send the request to.

I suppose that changing the SSL port would let you use the same IP
address... but I suspect you will run into firewall issues depending
on who is using the service.

Mark

On Nov 29, 2007 6:43 AM, Alex Florentino <fl...@gmail.com> wrote:
> Hi all,
>
> I have windows colocation and have one site that have ssl and it works fine,
> now I have another site and need set up another ssl, I think that change ssl
> port for second site is good solutions but my client don't like this idea,
> then I need set up another ip.. but I not sure how I make it...
>
> because, my windows server be behind of router and then really my windows
> server have only internal ip.
>
> suggestion about how I should approach this problem ?
>
> thanks a lot.
>
> Alex
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org