I deployed a web service with axis 1.1 on tomcat 4.1
Now I'm experimenting https connections: I used keytool utility in this way:

keytool -genkey -alias tomcat -keyalg RSA

then I changed the URL of invocation of the ws, and it works.

The problem is that now my web service works both with and without a SSL connection,
(at the URLs https://... and http://....) while I'd like to accept only secure connections.


Can I redirect all the requests to my web service on the secure connection?

Thanks for your help!

Dario



Reply via email to