When accessing PHP scripts from Netscape over HTTPS, I consistently get an error when the script generates a lot of HTML.
The netscape error shown is "An I/O error occurred during security authorization. Please try your connection again." If I look at the source of what it did manage to get, there's usually about 4k of the HTML output from my script that mae it through before NS crapped out.
I've tried it from NS 4.5 and 4.7, with identical results. It only happens over a secure connection; using straight HTTP is fine. MSIE doesn't have the problem at all.
The hopeful thing is that I can successfully use the phpinfo() function over HTTPS with NS, and its HTML output is way over 4k. This tells me that there's a fix/workaround.
Has anyone run into this before?