Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.net.MalformedURLException: unknown protocol: https

843834May 27 2002 — edited Jan 31 2003
Hi,

I want to run my application with SSL. So I configured tomcat and generated an encryption key for tomcat with keytool and I also imported the tomcat certificat to the JDK's trusted CA store.

I use JAX-RPC for my Client and Service and after setting up the infrastructure for SSL I thougt I just got to use https instead of http for the client's endpoint. In fact I am getting this message:

java.net.MalformedURLException: unknown protocol: https

So what the hack I am doing wrong...any switch I missed??
Thanx, Mischa
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2003
Added on May 27 2002
10 comments
2,125 views