HttpsURLConnection

Alvaro Fuentes (afuentes@tissat.es)
Wed, 24 Feb 1999 14:04:14 +0100

Date: Wed, 24 Feb 1999 14:04:14 +0100
From: "Alvaro Fuentes" <afuentes@tissat.es>
To: java-security@java.sun.com
Subject: HttpsURLConnection

Hello

I'm trying to connect a servlet whith https protocol from a common
servlet. The problem is when I try to instanciate a
HttpsURLConnection("https://my_host/myServlet?ServletParams");
on my 'common servlet' it always raises a SSLException caused by a
hand_shake error.

Is there any way to indicate the cipher suite params without
SSLSocket-level programming?

Is there any documentation / sample code about the HttpsURLConnection
usage?

Thanks in advance.