|
ProxHTTPSProxyMII: Development
|
|
Nov. 09, 2014, 10:43 PM
Post: #121
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 09, 2014 07:28 PM)JJoe Wrote: These errors appear to be related to the LastPass extension for Opera. I don't know how it works. There is that one lastpass entry, but I didn't think it was related to the errors because it only "polls" once every 15 minutes, the logged errors were much more frequent, and it just so happened to poll during the few minutes I was watching the log I posted above. I did now disable the extension and the errors appear to be gone. Should I add lastpass.com to config.ini, Pass through or Bypass? I don't know what the difference is. (Nov. 09, 2014 07:28 PM)JJoe Wrote: I think the beeps are from printing "\xa0" in the console window. There aren't any beeps when I run it in a hidden pythonw instance, so that's not really important I just thought it was weird enough to mention. |
|||
|
Nov. 10, 2014, 02:17 AM
Post: #122
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 09, 2014 10:43 PM)Quaraxkad Wrote: Should I add lastpass.com to config.ini, Pass through or Bypass? I don't know what the difference is. Filtering such data seems unwise. You should add the relevant addresses to [SSL Pass-Thru] or the browser's "bypass proxy for..." field or maybe the extension can be set to use a direct connection. Either way, ProxHTTPSProxyMII will not decrypt the data. Before you do that tho... Please make the change mentioned at http://prxbx.com/forums/showthread.php?t...8#pid17768 , see if that fixes the problem, and post results. (Nov. 09, 2014 05:09 AM)Quaraxkad Wrote: I don't know if it *thinks* that there are HTTPS requests being made or what. (Nov. 09, 2014 10:43 PM)Quaraxkad Wrote: because it only "polls" once every 15 minutes, the logged errors were much more frequent, I'd probably want to know why there is other "much more frequent" traffic. |
|||
The following 1 user says Thank You to JJoe for this post:GunGunGun |
|
Nov. 10, 2014, 02:53 AM
Post: #123
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 02:17 AM)JJoe Wrote: You should add the relevant addresses to [SSL Pass-Thru] This won't work. (Nov. 10, 2014 02:17 AM)JJoe Wrote: or the browser's "bypass proxy for..." field or This might work, but depends on. (Nov. 10, 2014 02:17 AM)JJoe Wrote: Before you do that tho... Please make the change mentioned at http://prxbx.com/forums/showthread.php?t...8#pid17768 , see if that fixes the problem, and post results. It's not related to that. Code: \x16\x03\x01These are SSL handshake bytes. That extension speaks SSL without issuing a "CONNECT lastpass.com:443" request first, which the HTTPS proxy expects. It's a bug of that extension. BTW, I have to click "Post Reply" 11 times to come across the "The maximum server load limit has been reached" warning. |
|||
The following 1 user says Thank You to whenever for this post:GunGunGun |
|
Nov. 10, 2014, 04:04 AM
Post: #124
|
|||
|
|||
|
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
The LastPass extension has no settings to bypass the Opera-set proxy, so I've added it to the Proxy Exception list in Opera and that worked. I wasn't sure that it would, because the extension may not have used the browser itself to make the connection. I'll have to do the same in IE and that will apply to Chrome as well (because Chrome isn't smart enough to have its own proxy settings
but that's another topic entirely...I think everything is working now, I've got a few Privoxy filters written, tested, and working on previously unfilterable HTTPS pages. Filtering HTTPS is getting even more important every day with so many sites forcing it for absolutely no reason. Personally I would greatly prefer everything to be SSL-free with the exception of obvious high-security stuff like banking and credit card purchases. The increase in forced-SSL has irritated me but now that I can filter it it's no big deal! Thanks guys! |
|||
The following 1 user says Thank You to Quaraxkad for this post:GunGunGun |
|
Nov. 10, 2014, 04:16 AM
(This post was last modified: Nov. 10, 2014 04:26 AM by GunGunGun.)
Post: #125
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 04:04 AM)Quaraxkad Wrote: The LastPass extension has no settings to bypass the Opera-set proxy, so I've added it to the Proxy Exception list in Opera and that worked. I wasn't sure that it would, because the extension may not have used the browser itself to make the connection. I'll have to do the same in IE and that will apply to Chrome as well (because Chrome isn't smart enough to have its own proxy settings Yeah, SSL filtering ability day by day become more important, site like piratebay or kickass.to or some tricky site even use popup with their HTTPS site, after a few year ago there is no HTTPS site that use popup but they broke the tie. Ps: I've used Privoxy for a long time and also had a large numbers of Privoxy's filter, if you want to learn more about Privoxy, feel free to PM me or email me at: gungungun1234567 at yahoo dot co dot uk |
|||
|
Nov. 10, 2014, 08:06 AM
Post: #126
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 04:16 AM)GunGunGun Wrote: Ps: I've used Privoxy for a long time and also had a large numbers of Privoxy's filter, if you want to learn more about Privoxy, feel free to PM me or email me at: gungungun1234567 at yahoo dot co dot uk I have been running Privoxy on a Linux machine as the home gateway for 2 weeks. Maybe the moderator can open a sub forum for Privoxy and we discuss there.
|
|||
|
Nov. 10, 2014, 05:13 PM
Post: #127
|
|||
|
|||
| RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program | |||
|
Nov. 11, 2014, 01:09 AM
(This post was last modified: Nov. 11, 2014 01:10 AM by Quaraxkad.)
Post: #128
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 04:16 AM)GunGunGun Wrote: Ps: I've used Privoxy for a long time and also had a large numbers of Privoxy's filter, if you want to learn more about Privoxy, feel free to PM me or email me at: gungungun1234567 at yahoo dot co dot uk I'm pretty familiar with Privoxy already, I've been using it for probably about 5 years now. I've recently been considering writing a tool to aid in managing the Privoxy actions and filters files. The complete lack of a UI for configuration has always been an irritation... (Nov. 10, 2014 08:06 AM)whenever Wrote: Maybe the moderator can open a sub forum for Privoxy and we discuss there. That would be nice, Privoxy doesn't have any real forum for discussion except for the Sourceforge tickets system which is not ideal. |
|||
|
Nov. 11, 2014, 06:47 AM
Post: #129
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 11, 2014 01:09 AM)Quaraxkad Wrote: That would be nice, Privoxy doesn't have any real forum for discussion except for the Sourceforge tickets system which is not ideal. (Nov. 10, 2014 05:13 PM)JJoe Wrote: Appears to be beyond this moderator's abilities. I can host a forum under proxfilter.net if needed. |
|||
|
Nov. 11, 2014, 05:35 PM
Post: #130
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 08:06 AM)whenever Wrote:(Nov. 10, 2014 04:16 AM)GunGunGun Wrote: Ps: I've used Privoxy for a long time and also had a large numbers of Privoxy's filter, if you want to learn more about Privoxy, feel free to PM me or email me at: gungungun1234567 at yahoo dot co dot uk I think that is a good idea, Privoxy is good, almost reach Proxomitron level (lack ability to interact with webpage to change config file like ProxBlox did) and people only know about the software through Tor or TorBundle so it is not popular at all even it is very good. @Quaraxkad: This package contain convert2privoxy.exe and adblock2privoxydownloader.exe which can help you generate filter like remove what you want, just copy source code and Element Hiding Helper using display:none like AdBlock EHH. I think that package is very useful. http://www.ghacks.net/2014/11/06/what-we...nt-2888841 |
|||
|
Nov. 12, 2014, 02:08 AM
Post: #131
|
|||
|
|||
|
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
The last time (2 weeks ago) I checked, none of those ABP filter list converter do all jobs right. Quite a lot of the syntax after converted are not compatible with Privoxy at all. I then realized that a community maintained list is too much and you may get only 1% hits of those entries.
I selected to build my own list from the scratch on top of the default config. It's much easier to debug the problems and have everything in control. |
|||
|
Nov. 12, 2014, 03:02 AM
Post: #132
|
|||
|
|||
|
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
Yeah, build a custom list always better than Adblock's list or Privoxy's default list, faster and more effective. I also use a custom list based on the package above.
|
|||
|
Nov. 14, 2014, 02:32 PM
Post: #133
|
|||
|
|||
|
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
I had trouble with an SSL site today, so I closed and launched a new MII instance (I've been running it in the background so the log wasn't visible) and I'm getting these errors when loading google.com:
Code: C:\Programs\Privoxy\ProxHTTPS>C:\Programs\Python\python.exe ProxHTTPSProxy.pyI don't think I have changed anything in my configuration. Other SSL websites are still working, such as Paypal. And google.com loads find when I disable proxy servers in the browser, so it doesn't appear to be a server issue. |
|||
|
Nov. 16, 2014, 04:15 AM
Post: #134
|
|||
|
|||
|
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
This is similar to the LastPass extension issue. The proxy is receiving data of non http request. I have to say this is not a problem of the proxy itself.
|
|||
|
Nov. 20, 2014, 03:49 AM
Post: #135
|
|||
|
|||
RE: ProxHTTPSProxy, a Proxomitron SSL Helper Program
(Nov. 10, 2014 08:06 AM)whenever Wrote: Maybe the moderator can open a sub forum for Privoxy and we discuss there. Granted For ProxHTTPSProxy and Privoxy:http://prxbx.com/forums/showthread.php?t...&pid=17827 |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help




![[-]](images/ONi/collapse.gif)

but that's another topic entirely...
