Post Reply 
Problem with Half-SSL...
May. 03, 2009, 08:43 PM
Post: #40
RE: Problem with Half-SSL...
Maybe this test filter is worth another shot, Google is an exception anyway.

I get the same "The page you requested is invalid." error when trying to log in from http://www.google.com/webmasters/tools/ , but this time it happens also because the "https:" strings in <input> tags get converted.

New keyword for neither modifying "https:" in query strings, nor data pairs submitted by form input elements:
a_ssl_q

Changed filters:
Code:
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Location: 5 Half-SSL     9.05.03 (cch!) [jjoe] (d.2) (In) TEST"
URL = "$TST(keyword=(^*.a_cont_loc.)*.i_ssl_h:[12].*)"
Match = "https://((^$TST(keyword=*.a_ssl_q.*))\1\?$SET(#=?)(\#\=https%3a%2f%2f$SET(#==http%3A%2F%2Fhttps-px-.))+\#|\1)"
Replace = "http://https-px-.\1\@"


[Patterns]
Name = "<*>: Half-SSL     9.05.03 (cch! multi) [sd jjoe] (d.2) TEST"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)$TST(keyword=*.i_ssl_h:[12].*)"
Bounds = "$NEST(<[abdefhilmostu],*https://*,>)"
Limit = 2048
Match = "(^$TST(comment=1)|$TST(tNoscript=1)|<input$TST(keyword=*.a_ssl_q.*))("
        ""
        "(*\s(href|src|action|background|style|content|value|on[a-z]+)=)\#"
        "$AVQ("
        "(\\+"+ https://&\#s://$SET(#=://https-px-.)\#)"
        "|(\0https://(^$TST(\0=\\+"+ (http:/|/|..|)/*))&&\#s://$SET(#=://https-px-.))+{1,*}\#"
        ")"
        ""
        ")+{1,*}\#"
Replace = "\@"


Changed IncludeExclude entry:
Code:
# Protect the email bodies at GMail - they come as part of scripts.
# But block the text-ad files.
mail.google.com(:[0-9]+|)/mail/(\?*\&view\=ad\&    $RDIR(http://local.ptron/nirvana)
  |(\?|(^?))$SET(0=a_js.a_ads.a_type_t.a_ssl_q.))


In the last config, below entry only works for IncludeExclude-U:
Code:
## allow "https:" in queries and posted data    $SET(0=a_ssl_q.)
## ----------------------------------------------------------------------------
www.google.com/$URL(http://https-px-.)$SET(0=a_ssl_q.)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with Half-SSL... - ProxRocks - Mar. 13, 2009, 11:22 PM
RE: Problem with Half-SSL... - sidki3003 - Mar. 13, 2009, 11:55 PM
RE: Problem with Half-SSL... - ProxRocks - Mar. 14, 2009, 12:40 AM
RE: Problem with Half-SSL... - sidki3003 - Mar. 14, 2009, 01:03 AM
RE: Problem with Half-SSL... - ProxRocks - Mar. 14, 2009, 01:35 AM
RE: Problem with Half-SSL... - sidki3003 - Mar. 14, 2009, 01:58 AM
RE: Problem with Half-SSL... - ProxRocks - Mar. 14, 2009, 02:04 AM
RE: Problem with Half-SSL... - ProxRocks - Mar. 14, 2009, 04:02 PM
RE: Problem with Half-SSL... - sidki3003 - Mar. 14, 2009, 11:15 PM
RE: Problem with Half-SSL... - ProxRocks - Mar. 14, 2009, 11:35 PM
RE: Problem with Half-SSL... - sidki3003 - Mar. 14, 2009, 11:40 PM
RE: Problem with Half-SSL... - lnminente - Mar. 15, 2009, 03:31 AM
RE: Problem with Half-SSL... - lnminente - Mar. 22, 2009, 11:12 PM
RE: Problem with Half-SSL... - sidki3003 - Mar. 23, 2009, 09:06 PM
RE: Problem with Half-SSL... - Toppy - Mar. 23, 2009, 02:08 PM
RE: Problem with Half-SSL... - ProxRocks - Mar. 23, 2009, 02:27 PM
RE: Problem with Half-SSL... - Toppy - Mar. 23, 2009, 05:03 PM
RE: Problem with Half-SSL... - ProxRocks - Mar. 23, 2009, 05:24 PM
RE: Problem with Half-SSL... - Toppy - Mar. 23, 2009, 05:40 PM
RE: Problem with Half-SSL... - ProxRocks - Mar. 23, 2009, 06:04 PM
RE: Problem with Half-SSL... - Toppy - Mar. 23, 2009, 06:50 PM
RE: Problem with Half-SSL... - sidki3003 - Apr. 02, 2009, 08:32 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 07, 2009, 02:27 AM
RE: Problem with Half-SSL... - sidki3003 - Apr. 07, 2009, 03:00 AM
RE: Problem with Half-SSL... - ProxRocks - Apr. 07, 2009, 10:00 AM
RE: Problem with Half-SSL... - sidki3003 - Apr. 07, 2009, 10:32 AM
RE: Problem with Half-SSL... - ProxRocks - Apr. 07, 2009, 05:11 PM
RE: Problem with Half-SSL... - sidki3003 - Apr. 07, 2009, 05:28 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 07, 2009, 05:40 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 10, 2009, 01:36 PM
RE: Problem with Half-SSL... - sidki3003 - Apr. 10, 2009, 02:14 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 10, 2009, 03:51 PM
RE: Problem with Half-SSL... - sidki3003 - Apr. 10, 2009, 04:23 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 10, 2009, 05:03 PM
RE: Problem with Half-SSL... - sidki3003 - Apr. 10, 2009, 05:46 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 10, 2009, 06:16 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 17, 2009, 11:26 AM
RE: Problem with Half-SSL... - sidki3003 - Apr. 17, 2009, 12:19 PM
RE: Problem with Half-SSL... - ProxRocks - Apr. 17, 2009, 12:42 PM
RE: Problem with Half-SSL... - sidki3003 - May. 03, 2009 08:43 PM
RE: Problem with Half-SSL... - sidki3003 - May. 09, 2009, 02:44 PM
RE: Problem with Half-SSL... - DarthTrader - May. 03, 2009, 09:25 PM
RE: Problem with Half-SSL... - ProxRocks - May. 03, 2009, 11:42 PM
RE: Problem with Half-SSL... - DarthTrader - May. 04, 2009, 12:02 AM
RE: Problem with Half-SSL... - ProxRocks - May. 04, 2009, 12:36 AM

Forum Jump: