@Tien2nx said in Looking for Proxy Module:
Can i custom the default Proxy module for Browser in Bas?
Hi,
I set up a local Squid caching proxy on my Windows Server 2016 Standard where BAS is running. This setup works very well for browsers, also for HTTPS-connections, (tested Chrome and FF) but I can't connect through HTTPS-sites using BAS. No matter if I set an additional proxy in BAS (for anonymity) or without proxy.
As soon as I tunnel the connections of BAS (e.g. worker.exe) through Squid using Proxifier I can't open any HTTPS-website, non-HTTPS working fine. Also if I set the local caching Squid directly in BAS (Browser-Proxy-http type at localhost with Port 3128, same settings that work well in Chrome and FF).
Is there any special set up needed in/for BAS to get it working also? And how is "proxying" generally implemented in BAS?
Thank you guys.
related question:
if we use Squid the cache proxy server, does the fingerprint still working? or We should do something special setting?
Any ideas regarding this topic? Can save a lot of bandwith and therefore mony.
@morpheus93 said in Using local Squid (caching) proxy with BAS?:
Any ideas regarding this topic? Can save a lot of bandwith and therefore mony.
There aren't any problems with squid.
An example of squid infrastructure:
What we have:
What we need to make:
rebuild squid with custom DMAXTCPLISTENPORTS because squid has limited http_port to 128. In my case it is very small count. Also you might be change "kid registration timeout value", it is hardcoded in source code. Have a look squid-5.2/src/ipc/Strand.cc to function void Ipc::Strand::registerSelf(). I also highly recommend to enable SMP support in squid.conf.
properly setup your server to high load, ask your admin how it can be made (you have to change /etc/security/limits.conf, improve tcp settings, etc.)
properly setup squid to parent proxy of proxy provider with acl's
optionally configuring SSL Bumping. It can save a lot of traffic for you, but it can be detected by any website in a very easy way. Do not recommend these settings.
setup up BAS with squid proxies.
But make sure you have a huge experience with:
Also you need a lot of time for debugging. It is NOT easy task.