The Un-Official Proxomitron Forum
Can Opera 9 be coaxed to recognize HTTPS Proxo? - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Forum Related (/forumdisplay.php?fid=37)
+--- Forum: Proxomitron Program (/forumdisplay.php?fid=4)
+--- Thread: Can Opera 9 be coaxed to recognize HTTPS Proxo? (/showthread.php?tid=962)



Can Opera 9 be coaxed to recognize HTTPS Proxo? - charliebrown10242048 - Jun. 01, 2007 02:17 PM

Can Opera 9 be coaxed to recognize HTTPS Proxomitron?
At present, Opera says No security if Proxomitron is in the chain.
Thanks, Greg


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - JJoe - Jun. 01, 2007 06:39 PM

charliebrown10242048 Wrote:At present, Opera says No security if Proxomitron is in the chain.
I assume Opera is warning you about the Proxomitron filtering HTTPS?
Read ## SSL Support ## at http://www.proxomitron.info/45/docs/readme.txt


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - charliebrown10242048 - Jun. 02, 2007 06:31 PM

Ya, I was hoping I could get Opera to say 'the rest of the chain is secure', but i guess this won't happen.....
Thanks, Greg


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - JJoe - Jun. 02, 2007 08:42 PM

When it sees https, Opera should warn you about the 'man in the middle'.
A warning doesn't mean your connection isn't secure, however.

If you don't want to be warned about the Proxomitron filtering:
Proxomitron provides the half-SSL technique to hide https from the browser.
There may be some widget or ??? for Opera that could help. I think Firefox has an extension.

Have fun


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - charliebrown10242048 - Jun. 05, 2007 03:30 PM

06/05/2007
When I log on to:
https://onlinebanking2.wachovia.com/myAccounts.aspx?referrer=authService

I get:
- The server's name "ad.doubleclick.net" does not match the certificate's name "Proxomitron". Somebody may be trying to eavesdrop on you.

This is the log:
CONNECT / HTTP/1.1
User-Agent: Opera/9.21 (Windows 98; U; en)
Host: ad.doubleclick.net:443
Accept-Encoding: gzip, x-gzip, deflate
Client-IP: 63.241.218.141
Referer: http://blo.gs/search/referrer-karma.php?q=Big+Bang
Via: 1.1 miraculix:8053 (KEN! DSL), 1.1 amarin410:8080 (Squid/2.4.STABLE6)
X-Forwarded-For: 63.241.218.141

I think I want Proxo to filter these OUT, but they are coming thru as a sub of the wachovia security.
I see ad.doubleclick in Sidki's filters but this msg still pops up.
I do have the SSL turned on so I can filter 'other' secure web pgs crap & I have Opera(9.21) "not use proxy on certain addresses" including '*.wachovia.com', but I don't think I want to add (dbblclick) to this list.

At this point I want Proxomitron to filter these sneaky Bast*ds but without the need to click accept/ignore.
Thanks, Greg


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - JJoe - Jun. 05, 2007 06:37 PM

charliebrown10242048 Wrote:I do have the SSL turned on so I can filter 'other' secure web pgs crap & I have Opera(9.21) "not use proxy on certain addresses" including '*.wachovia.com', but I don't think I want to add (dbblclick) to this list.

At this point I want Proxomitron to filter these sneaky Bast*ds but without the need to click accept/ignore.
What happens if you add
[^.]+.doubleclick.net $SET(0=b_ssl.)
to
IncludeExclude-U


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - Siamesecat - Jun. 06, 2007 05:13 AM

Why not put [^.]+.doubleclick in your connection-killer blocklist?


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - JJoe - Jun. 06, 2007 06:22 AM

Siamesecat Wrote:Why not put [^.]+.doubleclick in your connection-killer blocklist?
I don't think sidki's set has one of those.


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - ProxRocks - Jun. 06, 2007 11:40 AM

i've been using this:
Code:
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Block sel. URL Connects (Out) [add]"
URL = "(^$KEYCHK(^A))$TST(uProt=http:)$TST(keyword=*.b_url.*)"
Match = "($TST(volat=*.log:2.*)$ADDLST(Log-Main,[$DTM(d T)]\tHDR_Out URL-Kill_URL\t\u)|)"
Replace = "Killed\k"
then the IncExc-U entry would be:
Code:
[^.]+.doubleclick   $SET(0=b_url.)



RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - JJoe - Jun. 06, 2007 04:04 PM

I won't be surprised if Greg tells me that he still sees the message or another message.

For all but https, I use something like
this.site.com/foo/bad_pic.gif $RDIR(http://local.ptron/killed.gif)
or
([^/]++.|)danasoft.com&$RDIR(http://127.0.0.1:80/\u)
added to IncludeExclude-U.
127.0.0.1:80 is a blackhole proxy.


RE: Can Opera 9 be coaxed to recognize HTTPS Proxo? - charliebrown10242048 - Jun. 07, 2007 04:36 AM

Thanks all, I'll try this stuff & get back.
Greg