Hi all,

I have following configuration:

1. Local Web server:

* A web application written using JSP 1.2
* IBM Java SDK 1.3 (for Linux)
* Tomcat 4
* Sun's JSSE 1.0.2 (as an SSL Implementation)

2. Remote Web Server
* Black box with a servlet which accepts requests via HTTPS

The local web application generates a document (in XML) which needs to
send a HTTPS POST request to the remote web server for processing. I
have written a class which does this using JSSE. The class works fine
standalone outside Tomcat and successfully posts the document to the
remote web server.

I have installed JSSE jar file <JAVA_HOME>/lib/ext

However when trying to use the class from within a JSP web application I
receive 'SSL Implemention Not Available'.

Most help on web is on how to use JSSE for HTTPS enabling Tomcat,
however I am not doing this, my web application is acting as an HTTPS
client.

Regards
Richard Wooding


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to