Can a Java Applet make a URL Connect to an https (port 443) server?

Anthony Randazzo (adazz@surecom.com)
Wed, 26 Mar 1997 20:48:04 -0500

Date: Wed, 26 Mar 1997 20:48:04 -0500
From: adazz@surecom.com (Anthony Randazzo)
Message-Id: <199703270148.UAA00453@sparky.cwc.com>
To: java-security@java
Subject: Can a Java Applet make a URL Connect to an https (port 443) server?

I have a Java Applet that I wish to execute a cgi program which
resides on an https server (port 443). The html doc also resides
on the https server.

I can't get the URL class to allow and https protocol. Do you have
some examples that might help?

Thanks,

Anthony