|
Home > Archive > Squid > March 2007 > How to setup Https reverse-proxy for multiple sites
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to setup Https reverse-proxy for multiple sites
|
|
| Rockvadu 2007-03-12, 7:14 pm |
| Hi all,
did read loads for mailing lists but could not get the below test
setup working so finally reaching out to you guys for HELP, kindly
help me with squid configuration...... i cannot use the Internal DNS
server for name resolution as the server will be in DMZ.......also
each site will be having different SSL certificate.....
Would really appreciate squid configuration sample file for below
setup......
Internet (All the
below are https site working on 443 hosted on different Servers)
Clients --------------------------> SQUID -------------------------->
abc.com , xyz.com , dhd.com
https only (10.10.10.1) https only
( Different SSL certificate for each site )
abc.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.1
xyz.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.2
dhd.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.3
Squid server IP : 10.10.10.1
hosts file on Squid server
192.168.1.1 abc.com
192.168.1.2 xyz.com
192.168.1.3 dhd.com
| |
| Rockvadu 2007-03-12, 7:14 pm |
| On Mar 13, 2:33 am, "Rockvadu" <vadur...@gmail.com> wrote:
> Hi all,
>
> did read loads for mailing lists but could not get the below test
> setup working so finally reaching out to you guys for HELP, kindly
> help me with squid configuration...... i cannot use the Internal DNS
> server for name resolution as the server will be in DMZ.......also
> each site will be having different SSL certificate.....
> Would really appreciate squid configuration sample file for below
> setup......
(All the below are https site working on 443 hosted on different
Servers)
Internet
Clients ----------> SQUID ---------> abc.com , xyz.com , dhd.com
https only https only
> abc.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.1
> xyz.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.2
> dhd.com -- External IP : 10.10.10.1 Internal IP : 192.168.1.3
>
> Squid server IP : 10.10.10.1
>
> hosts file on Squid server
> 192.168.1.1 abc.com
> 192.168.1.2 xyz.com
> 192.168.1.3 dhd.com
|
|
|
|
|