Welcome to ISAserver.org

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Service pack 2 Problem (12156)

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [ISA Server 2004 General ] >> Installation >> Service pack 2 Problem (12156) Page: [1]
Login
Message << Older Topic   Newer Topic >>
Service pack 2 Problem (12156) - 28.Feb.2006 4:47:38 AM   
Sunny.C

 

Posts: 800
Joined: 5.Apr.2005
From: sydney
Status: offline
I am geting the following error when i try to download from certain sites.
with proxy:
Technical Information (for support personnel)

Error Code: 502 Proxy Error. The HTTP request includes a non-supported header. Contact your ISA Server administrator. (12156)
IP Address: 202.188.160.140
Date: 28/02/2006 3:46:36 AM
Server: server.domain.com.au
Source: proxy
without proxy:
Technical Information (for support personnel)
    Error Code: 500 Internal Server Error. The HTTP request includes a non-supported header. Contact your ISA Server administrator. (12156)

Any advice?
Post #: 1
RE: Service pack 2 Problem (12156) - 28.Feb.2006 5:11:15 AM   
ClintD

 

Posts: 1833
Joined: 26.Jan.2001
From: Keller, TX
Status: offline
Sunny - there are plenty of posts regarding this error. Please Search the forums before posting.

There is no known workaround for this issue other than unisntalling SP2 - MSFT is aware of this problem, but they have not released a fox for it yet. Believe it or not, ISA is behaving correctly in these scenarios - it is the web server that is responding incorrectly to a compressed request.

(in reply to Sunny.C)
Post #: 2
RE: Service pack 2 Problem (12156) - 28.Feb.2006 5:23:39 AM   
Sunny.C

 

Posts: 800
Joined: 5.Apr.2005
From: sydney
Status: offline
Yes i have found the post a little to late, sorry about that. I think i might by pass isa server for the certain sites.

(in reply to ClintD)
Post #: 3
RE: Service pack 2 Problem (12156) - 2.Mar.2006 11:39:18 AM   
tinto

 

Posts: 225
Joined: 9.Sep.2004
From: Italy
Status: offline
quote:

Believe it or not, ISA is behaving correctly in these scenarios - it is the web server that is responding incorrectly to a compressed request.


it's hard for me to believe... because I've seen that -with SP2 installed- ISA blocks the traffic just after CLIENT request and BEFORE to pass the request to the remote web server

_____________________________

Tinto

(in reply to ClintD)
Post #: 4
RE: Service pack 2 Problem (12156) - 2.Mar.2006 3:20:47 PM   
ClintD

 

Posts: 1833
Joined: 26.Jan.2001
From: Keller, TX
Status: offline
Post the respnse from the web server and I'll show you the incorrect response.

(in reply to tinto)
Post #: 5
RE: Service pack 2 Problem (12156) - 14.Mar.2006 12:49:46 PM   
michelvm

 

Posts: 1
Joined: 14.Mar.2006
Status: offline
This is a similar problem (ISA 2004 sp2).
I show you an ethernet trace of the two consecutive packets.
It's a "POST" form Internet to one of our Server.
I've modifed IP addresses, URI and authentification for security reson and these where relevant as transactions from the same source work well when not "chunked".

No.     Time            Source                Destination           Protocol Info
    35 10:24:28.579539 192.168.1.5       192.168.5.14          HTTP     POST /order/request/blabla HTTP/1.1
Frame 35 (362 bytes on wire, 362 bytes captured)
Ethernet II, Src: EntradaN_05:fa:83 (00:e0:b6:05:fa:83), Dst: HewlettP_d1:9d:3f (00:0f:20:d1:9d:3f)
Internet Protocol, Src: 192.168.1.5 (192.168.1.5), Dst: 192.168.5.14 (192.168.5.14)
Transmission Control Protocol, Src Port: 49075 (49075), Dst Port: http (80), Seq: 1, Ack: 1, Len: 296
Hypertext Transfer Protocol
   POST /order/request/blabla HTTP/1.1\r\n
       Request Method: POST
       Request URI: /order/request/blabla
       Request Version: HTTP/1.1
   Content-Type: application/x-www-form-urlencoded\r\n
   Authorization: Basic *****************\r\n
       Credentials: ********:*********/hQ
   User-Agent: Microsoft BizTalk Server 2004 3.0.1.0\r\n
   Transfer-Encoding: chunked\r\n
   Expect: 100-continue\r\n
   Connection: Keep-Alive\r\n
   Host: bb.xxx.aaa.com\r\n
   \r\n
No.     Time            Source                Destination           Protocol Info
    36 10:24:28.580226 192.168.5.14          192.168.1.5       HTTP     HTTP/1.1 400 Bad Request ( The HTTP request includes a non-supported header. Contact your ISA Server administrator.  ) (text/html)
Frame 36 (590 bytes on wire, 590 bytes captured)
Ethernet II, Src: HewlettP_d1:9d:3f (00:0f:20:d1:9d:3f), Dst: EntradaN_05:fa:83 (00:e0:b6:05:fa:83)
Internet Protocol, Src: 192.168.5.14 (192.168.5.14), Dst: 192.168.1.5 (192.168.1.5)
Transmission Control Protocol, Src Port: http (80), Dst Port: 49075 (49075), Seq: 1, Ack: 297, Len: 524
Hypertext Transfer Protocol
   HTTP/1.1 400 Bad Request ( The HTTP request includes a non-supported header. Contact your ISA Server administrator.  )\r\n
       Request Version: HTTP/1.1
       Response Code: 400
   Connection: Keep-Alive\r\n
   Pragma: no-cache\r\n
   Cache-Control: no-cache\r\n
   Content-Type: text/html\r\n
   Content-Length: 2017  \r\n
   \r\n
Line-based text data: text/html
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
   <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
   <STYLE id=L_defaultr_1>A:link {
   \tFONT: 8pt/11pt verdana; COLOR: #ff0000
   }
   A:visited {
   \tFONT: 8pt/11pt verdana; COLOR: #4e4e4e
   }
   </STYLE>
  
   <META conte.....

(in reply to ClintD)
Post #: 6
RE: Service pack 2 Problem (12156) - 14.Mar.2006 3:52:38 PM   
ealdridge

 

Posts: 84
Joined: 15.Nov.2005
Status: offline
quote:

ORIGINAL: ClintD

Sunny - there are plenty of posts regarding this error. Please Search the forums before posting.

There is no known workaround for this issue other than unisntalling SP2 - MSFT is aware of this problem, but they have not released a fox for it yet. Believe it or not, ISA is behaving correctly in these scenarios - it is the web server that is responding incorrectly to a compressed request.


as of yesterday, a engineer called me and sent me a non public fix for sp2, i will apply it friday and will update everyone with the results.

(in reply to ClintD)
Post #: 7
RE: Service pack 2 Problem (12156) - 30.Mar.2006 5:01:50 PM   
tinto

 

Posts: 225
Joined: 9.Sep.2004
From: Italy
Status: offline
quote:

ORIGINAL: ealdridge
as of yesterday, a engineer called me and sent me a non public fix for sp2, i will apply it friday and will update everyone with the results.


any news about this?

_____________________________

Tinto

(in reply to ealdridge)
Post #: 8

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [ISA Server 2004 General ] >> Installation >> Service pack 2 Problem (12156) Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts