FIX: ASP Incorrectly Delivers SSL Data in 32K SegmentsLast reviewed: January 12, 1998Article ID: Q170985 |
The information in this article applies to:
SYMPTOMSWhen accessing Active Server Pages (ASP) pages using SSL, Netscape Navigator may encounter I/O Errors. Internet Explorer does not display an obvious error; however, other problems may occur in your application as a result of this problem.
CAUSEInternet Information Server 3.0 incorrectly segments SSL data into 32 K segments. This is in violation of the SSL 3.0 specification, which calls for a maximum SSL segment size of 16 K. Browsers that assume a 16 K maximum segment size may have problems accepting 32 K chunks. This problem has been addressed in Internet Information Server 4.0. If you are using Active Server Pages, you may use the below information to workaround this issue.
RESOLUTIONThe only workaround for this problem is to prevent ASP from sending segments of data greater than 16K. The following tips may be helpful in reducing the SSL segment size sent by ASP:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem has been corrected in a recent HotFix to Active Server Pages. For more information on obtaining this HotFix to ASP, please see the following article in the Microsoft Knowledge Base:
ARTICLE: Q172217 TITLE : ASP Returns Invalid Application Name Error MessageNOTE: Q172217 describes a different problem that is also resolved by this HotFix.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : AXSFMisc kb3rdparty Technology : kbInetDev Version : 1.0 1.0b Platform : NT WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |