RE: HttpsURLConnection, Tomcat 4.1.27, and jsse.jar

2003-10-14 Thread Yuriy Stul
International http://www.tahitiannoni.com -Original Message- From: Lukas Bradley [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2003 11:35 PM To: [EMAIL PROTECTED] Subject: HttpsURLConnection, Tomcat 4.1.27, and jsse.jar I'm having a strange problem with Tomcat

Re: HttpsURLConnection, Tomcat 4.1.27, and jsse.jar

2003-10-14 Thread Lukas Bradley
A good guess, and only if the JSSE functions REQUIRED 1.3. But I'm trying to access the JSSE classes included with 1.4. Lukas Yuriy Stul [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] May be problem is that Tomcat 4.1.27 was compiled under Java 1.4... and JSSE under Java 1.3?

RE: HttpsURLConnection, Tomcat 4.1.27, and jsse.jar

2003-10-13 Thread Nathan Christiansen
-Original Message- From: Lukas Bradley [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2003 11:35 PM To: [EMAIL PROTECTED] Subject: HttpsURLConnection, Tomcat 4.1.27, and jsse.jar I'm having a strange problem with Tomcat and javax.net.ssl.HttpsURLConnection. I'm using Tomcat 4.1.27

HttpsURLConnection, Tomcat 4.1.27, and jsse.jar

2003-10-12 Thread Lukas Bradley
I'm having a strange problem with Tomcat and javax.net.ssl.HttpsURLConnection. I'm using Tomcat 4.1.27, JDK 1.4.1_04, and the jsse.jar containing the javax.net.ssl and other fine classes. I've read about certain bugs located here