GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Firewall blocks the HTTP request from HP-ux platfo...
Operating System - HP-UX
1856579
Members
31551
Online
104113
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 10:21 PM
12-07-2005 10:21 PM
Firewall blocks the HTTP request from HP-ux platform
In HP-UX when Squid connects to the destination website, the connection is refused. A firewall that sits on the website is refusing the connection.
The firewall expects the following TCP packets:
Squid ---- (SYN) datalength=0 ---> website
Squid <--- (SYN,ACK) datalength=0 ---- website
Squid ---- (ACK) datalength=0 ---> website
Squid ---- (PUSH) datalength=69 ---> website
The first 3 packets contain no application data. In the 4th packet, Squid sends application data (the HTTP request).
Instead, the following is occuring in HP-UX:
Squid ---- (SYN) datalength=0 ---> website
Squid <--- (SYN,ACK) datalength=0 ---- website
Squid ---- (PUSH,ACK) datalength=69 ---> website
Squid is sending data in the 3rd packet of the TCP handshake. (We are not sure if this is allowed or not in the TCP protocol). The firewall on the website interprets this as an attack, and rejects the connection.
IMPORTANT: On Linux and Solaris, the 3rd packet does not contain data.
Reproducing the problem
We can reproduce the problem using a test http client application (attached). We have tried it on all 11iv1 and 11v2 (PA and IPF) and also on Linux.
On Linux, the httpclient does not send any data in the 3rd packet.
On HP-UX (all 3 platforms) the httpclient sends data in the 3rd handshake packet.
The firewall expects the following TCP packets:
Squid ---- (SYN) datalength=0 ---> website
Squid <--- (SYN,ACK) datalength=0 ---- website
Squid ---- (ACK) datalength=0 ---> website
Squid ---- (PUSH) datalength=69 ---> website
The first 3 packets contain no application data. In the 4th packet, Squid sends application data (the HTTP request).
Instead, the following is occuring in HP-UX:
Squid ---- (SYN) datalength=0 ---> website
Squid <--- (SYN,ACK) datalength=0 ---- website
Squid ---- (PUSH,ACK) datalength=69 ---> website
Squid is sending data in the 3rd packet of the TCP handshake. (We are not sure if this is allowed or not in the TCP protocol). The firewall on the website interprets this as an attack, and rejects the connection.
IMPORTANT: On Linux and Solaris, the 3rd packet does not contain data.
Reproducing the problem
We can reproduce the problem using a test http client application (attached). We have tried it on all 11iv1 and 11v2 (PA and IPF) and also on Linux.
On Linux, the httpclient does not send any data in the 3rd packet.
On HP-UX (all 3 platforms) the httpclient sends data in the 3rd handshake packet.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP