![]() |
|
502: No server or forwarder data received - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Forum Related (/forumdisplay.php?fid=37) +--- Forum: ProxHTTPSProxy (/forumdisplay.php?fid=48) +--- Thread: 502: No server or forwarder data received (/showthread.php?tid=2276) |
502: No server or forwarder data received - szebenyib - Oct. 03, 2016 01:56 PM Hi! I try to use ProxHTTPSProxyMII with privoxy. However when I try to load the index.html file I get an 502 no server or forwarder data received. Privoxy can use the redirect rules that I set up, but even if I uncomment them I cannot reach the remote server due to the error message. So I would like to have a mixed served site, part of it (data) coming from the backend while development can occur locally - and served locally. If I set privoxy back to 8118 (taking MII out of the way) then privoxy receives an answer, but I want privoxy to see the https traffic, so this is not really an option. Do you have an idea how to avoid this and make privoxy work with MII? RE: 502: No server or forwarder data received - szebenyib - Oct. 11, 2016 06:30 PM The problem was that I had the old tag in place. I just had to make these amendments, that I have found here, after careful reading the fifth(! - concentrated too much on other details) time: https://sourceforge.net/p/ijbswa/support-requests/1667/ * Replace previous s@Tagged: Proxomitron FrontProxy@$0@i (cf. user.filter) by new one: s@^.*Tagged:.*ProxHTTPSProxyMII.*FrontProxy.*@$0@i *Replace previous TAG:.*?Proxomitron (cf. user.action) by new one: TAG:.*?ProxHTTPSProxyMII RE: 502: No server or forwarder data received - cattleyavns - Oct. 29, 2016 08:06 PM (Oct. 11, 2016 06:30 PM)szebenyib Wrote: The problem was that I had the old tag in place. I just had to make these amendments, that I have found here, after careful reading the fifth(! - concentrated too much on other details) time: https://sourceforge.net/p/ijbswa/support-requests/1667/ Thank you, so this is the change for ProxHTTPSProxy 1.3+. But the support ticket on Privoxy dev is no longer open so I will rewrite the tutorial here, I will try to add as much information as possible so end-user(s) can learn quickly: To use Privoxy with ProxHTTPSProxy (also mean "to make Privoxy filter HTTPS websites"): - Make sure you have both Privoxy (http://privoxy.org) and ProxHTTPSProxy (https://prxbx.com/forums/showthread.php?tid=2172 , don't worry about 1.3+ or 1.3-, my new filter will work on all version of ProxHTTPSProxy) in your computer. - Open Privoxy's user.filter, add this filter and save: Code: CLIENT-HEADER-TAGGER: tagger4httpsCode: {+client-header-tagger{tagger4https}}Replace Code: ProxAddr = http://localhost:8080Code: ProxAddr = http://127.0.0.1:8118- Import ProxHTTPSProxy's CA.crt to your browser. (For Firefox's user: http://prntscr.com/d0kwca , http://prntscr.com/d0kwu7) And everything is done! Happy surfing! I just want to notice that you can use ProxHTTPSProxy on all operating system, you just need to use ProxHTTPSProxy.py and make sure you install Python on your operating system, then install colorama, urllib3, pyOpenSSL for Python. Hope my tutorial will be helpful. Thanks for reading. RE: 502: No server or forwarder data received - Faxopita - Oct. 29, 2016 09:30 PM (Oct. 29, 2016 08:06 PM)cattleyavns Wrote: - Open Privoxy's user.action, add and save: In the same user.action file, should we not add… Code: {+client-header-tagger{tagger4https}}RE: 502: No server or forwarder data received - cattleyavns - Oct. 29, 2016 10:15 PM (Oct. 29, 2016 09:30 PM)Faxopita Wrote:(Oct. 29, 2016 08:06 PM)cattleyavns Wrote: - Open Privoxy's user.action, add and save: That is right, I really don't know why I can forget that. Thanks. RE: 502: No server or forwarder data received - kik0s - Jan. 16, 2017 10:13 PM wrong thread
|