Hi,

I would like to know how to make a request to a servlet via HTTPS.
I deployed a servlet on Apache with Tomcat and mod_jk. I want to serve HTTPS
requests to servlets and I want Tomcat do the SSL stuff via Apache.
I configured Apache to support SSL (trough a virtual host) and I put into an
html file a call to my servlet like this:

<FORM action=https://10.10.10.32:8080/servlet/xxx  method="POST">
<BR> Press Submit to launch servlet xxx
<input type=submit value="Submit">
</FORM>

Servlet works fine without SSL. What should I do to make it work the way I
want ?

Thanks for any valuable suggestion.

Regards,
Dumitru

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to