Hi all,
I have some MSS issue with a ASA running 7.2
Here is the scenario
The client is a web browser (IE 6 or 7 ) The server is Appache ( don't know the version) protocol is HTTPS - 443
When the client and the server are on the same vlan i get the following MSS values;
During Syn - MSS proposed is 1460 During Ack - Syn MSS proposed is 1460 During Push - SSL data is 1460 bytes as expected
Now if move the browser outside a ASA running 7.2 i get the following MSS values
During Syn - MSS proposed is 1460 During Ack - Syn MSS proposed is 1380 During Push - SSL data is 536 bytes (the default values)
For some reason the client and server refuse to apply the proposed values and the packets stays at the default values of 536 bytes.
I don't log any errors ( mss-exceeded or stuff like that)
I tried the following command but it didn't change anything
-sysopt connection tcpmss minimum 1380-
Anyone knows what to do to get better packet size ?
thanks