Secure browser-to-proxy communication – again
I've previously blogged about a secure connection between browser and proxy. Unfortunately that doesn't work on Android yet, since except if you use Google for Work (an enterprise offering) you can't set Proxy Auto-Config.
This post shows you how to get that working for Android. Also it skips the stunnel hop since it doesn't add value and only makes Squid not know your real address. I'm here also using username and password to authenticate to the proxy instead of client certificates, to make it easier to set up.
Hopefully this feature will be added to Chrome for Android soon (bug here) but until then you'll have to use the Android app Drony.First, why you would want to do this
You have machines behind NAT, and a proxy that can see the inside while still accessible form the outside
This way you can port forward one port from the NAT box to the proxy, and not have to use different ports everywhere. I'll call this proxy
corp-proxy.example.com
.You have servers that don't implement their own authentication, and you want the proxy to do it for you
If you set up so that the only way to Continue reading