ssl and java web server

Tom Gregg (tgregg@visionarysystemsinc.com)
Tue, 01 Jun 1999 22:58:12 -0400

Date: Tue, 01 Jun 1999 22:58:12 -0400
From: "Tom Gregg" <tgregg@visionarysystemsinc.com>
To: java-security@java.sun.com
Subject: ssl and java web server

I have tried to write a servlet that uses URLconnection to write to a
URL on another webserver. It works fine if the protocol is http:.....
When I change the protocol to https:... I get connection refused.

Does the web server support ssl connections from servlets to other
servers?

Thanks,

Tom