Re: JSS SSLSocket connection timeout

2009-02-19 Thread Glen Beasley
David Stutzman wrote: (How) Is it possible to set a connection timeout for a JSS SSLSocket? http://www.mozilla.org/projects/security/pki/jss/javadoc/org/mozilla/jss/ssl/SSLSocket.html None of the constructors have a connection timeout and SSLSocket.setSoTimeout(int timeout) can only be cal

JSS SSLSocket connection timeout

2009-02-18 Thread David Stutzman
(How) Is it possible to set a connection timeout for a JSS SSLSocket? http://www.mozilla.org/projects/security/pki/jss/javadoc/org/mozilla/jss/ssl/SSLSocket.html None of the constructors have a connection timeout and SSLSocket.setSoTimeout(int timeout) can only be called *after* creating the so