[squid-users] Proxy does not send response for internal host

2017-11-13 Thread tappdint
I'm quite new to proxies/networking so I'll try and be as verbose as I can. I have a VM that will request access to an internal host (dev.abc.com). This host container and other containers which are dependencies are created locally on my mac (using docker for mac). So I also run a docker squid cont

Re: [squid-users] Proxy does not send response for internal host

2017-11-14 Thread tappdint
Amos Jeffries wrote > You need to either; > > * configure the VM running Squid to use a DNS resolver that knows what > the internal domains are, or > > * configure the DNS resolver it is using to know those internal > hostnames, or > > * configure your network using the standardized .loc

Re: [squid-users] Proxy does not send response for internal host

2017-11-16 Thread tappdint
I was able to get the proxy to work properly with the original settings I posted. The issue was with the docker network. There were multiple networks and the squid container ran on a separate network rather than the network where all the containers were operating. To fix the issue I simply ran squi

[squid-users] Squid configuration not working to set up connection between local and remote hosts

2017-12-18 Thread tappdint
For some context I have a squid proxy container running on my local computer as well as my app. There is another "app" (Selenium) on another host that runs test on my local app and needs to be on the same network to access the app. This is what I use squ

Re: [squid-users] Squid configuration not working to set up connection between local and remote hosts

2017-12-18 Thread tappdint
Amos Jeffries wrote > ^^ localnet and localhost are permitted, nothing else. > > You need to find out what other access Selenium requires and how it can > reliably be identified. Then add http_access rules here to allow it. > > >> # And finally deny all other access to this proxy >> http_access