HTTP over SSL is usually served through port 443, and it is also the
default setting for most Apache SSL plugins.
Just change your URL to something like:
https://10.10.10.32/servlet/xxx
*Saran
Dumitru Husleag wrote:
>
> 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
--
unix for stability;
mac for productivity;
windows for solitare.
___________________________________________________________________________
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