How to setup Https reverse-proxy for multiple sites - squid
This is a discussion on How to setup Https reverse-proxy for multiple sites - squid ; 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 ...
-
How to setup Https reverse-proxy for multiple sites
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
-
Re: How to setup Https reverse-proxy for multiple sites
On Mar 13, 2:33 am, "Rockvadu" 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