SSL errors caused by JavaScript window.open() call

2002-09-17 Thread Rachel Parker
Hello, I am using Tomcat version 3.3.1 RC1. When running in secure mode (SSL), a call to JavaScriptÂ’s window.open() function generates the error below. The error occurs about 30% of the time, and is not related to the window being launched (an html file with only tags causes the error as well

Re: SSL errors caused by JavaScript window.open() call

2002-09-17 Thread Bill Barker
You could try using the CoyoteConnector from the nightly (which, since it supports keep-alive, is much more SSL friendly). Alternatively, you could try http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1 .0-b8/ (since rc2 is known to be broken for 3.3.x). However, I'd rec