Post Reply 
Can Opera 9 be coaxed to recognize HTTPS Proxo?
Jun. 01, 2007, 02:17 PM
Post: #1
Can Opera 9 be coaxed to recognize HTTPS Proxo?
Can Opera 9 be coaxed to recognize HTTPS Proxomitron?
At present, Opera says No security if Proxomitron is in the chain.
Thanks, Greg
Add Thank You Quote this message in a reply
Jun. 01, 2007, 06:39 PM
Post: #2
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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
Add Thank You Quote this message in a reply
Jun. 02, 2007, 06:31 PM
Post: #3
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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
Add Thank You Quote this message in a reply
Jun. 02, 2007, 08:42 PM
Post: #4
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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
Add Thank You Quote this message in a reply
Jun. 05, 2007, 03:30 PM
Post: #5
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
06/05/2007
When I log on to:
https://onlinebanking2.wachovia.com/myAc...uthService

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
Add Thank You Quote this message in a reply
Jun. 05, 2007, 06:37 PM
Post: #6
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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
Add Thank You Quote this message in a reply
Jun. 06, 2007, 05:13 AM
Post: #7
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
Why not put [^.]+.doubleclick in your connection-killer blocklist?
Add Thank You Quote this message in a reply
Jun. 06, 2007, 06:22 AM
Post: #8
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
Siamesecat Wrote:Why not put [^.]+.doubleclick in your connection-killer blocklist?
I don't think sidki's set has one of those.
Add Thank You Quote this message in a reply
Jun. 06, 2007, 11:40 AM
Post: #9
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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.)
Add Thank You Quote this message in a reply
Jun. 06, 2007, 04:04 PM
Post: #10
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
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.
Add Thank You Quote this message in a reply
Jun. 07, 2007, 04:36 AM
Post: #11
RE: Can Opera 9 be coaxed to recognize HTTPS Proxo?
Thanks all, I'll try this stuff & get back.
Greg
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: