cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
564
Views
0
Helpful
1
Replies

TCP Flow and Persistent SSL connection

vkasacavage
Level 1
Level 1

Here is our scenario.....apache web server --- CSS11506-----user

The 11506 is acting as a transparent proxy with SSL accel

for each TCP flow from the user....the CSS does TCP handshake, SSL negiotiation, data transfer, tear down......

The web page is made up of many tiny gif images...thus for each gif, there is an inordinate amount of overhead with the session setup and teardown. This problem is alleviated by turning keepalives on for the apache web server, but this causes 404 errors on the user browser.

Is there a way to maintain a session persistence for the entire transaction, and not each individual TCP flow?

TIA

Victor

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Victor,

that's a browser issue.

If the browser decides to open mutliple connections, there is nothing we can do at the server level or CSS level.

Make sure your browser is setup to use HTTP/1.1

Gilles.

Review Cisco Networking for a $25 gift card