FIX: ASP Incorrectly Delivers SSL Data in 32K SegmentsID: Q170985
|
When 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.
Internet 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.
The 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:
<% Response.Buffer = True %>
<% Response.Flush %>
Microsoft 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:
Q172217 : ASP Returns Invalid Application Name Error Message
For 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/
Additional query words:
Keywords : kb3rdparty kbASP kbASPObj kbGrpASP
Version : winnt:
Platform : winnt
Issue type : kbbug
Last Reviewed: May 26, 1999