You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by su...@fourthstage.com on 2001/05/07 20:46:28 UTC

(SSL)java.net.malformedurlexception: unknown protocol: https

Hello,

I am trying to put my soap communication on SSL, but I get the following
error when i try to access https://...

java.net.malformedurlexception: unknown protocol: https

at java.net.URL.<init>......


Any help!

Regards,
Sundar

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: (SSL)java.net.malformedurlexception: unknown protocol: https

Posted by David Wall <dw...@Yozons.com>.
> java.net.malformedurlexception: unknown protocol: https

You need to add this:

System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.ww
w.protocol");

David


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: (SSL)java.net.malformedurlexception: unknown protocol: https

Posted by David Wall <dw...@Yozons.com>.
> java.net.malformedurlexception: unknown protocol: https

You need to add this:

System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.ww
w.protocol");

David


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: how do I run the ...

Posted by Pablo <pa...@eneris.com>.
On 08 May 2001 11:32:44 -0500, Gus Delgado wrote:
> tcptunnelgui if I'm running tomcat in my localhost?
> 
> java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work
> 

You must set the target to your server port and point the client to your
incoming port. They cannot be the same.


> furthermore, how do I do it for secure port 443?

Same way, just change your ports, but you will only see binary data.
Only usefull to see if information is actually being sent.

    Pablo


> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: how do I run the ...

Posted by Pablo <pa...@eneris.com>.
On 08 May 2001 11:32:44 -0500, Gus Delgado wrote:
> tcptunnelgui if I'm running tomcat in my localhost?
> 
> java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work
> 

You must set the target to your server port and point the client to your
incoming port. They cannot be the same.


> furthermore, how do I do it for secure port 443?

Same way, just change your ports, but you will only see binary data.
Only usefull to see if information is actually being sent.

    Pablo


> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


how do I run the ...

Posted by Gus Delgado <gu...@netquotient.com>.
tcptunnelgui if I'm running tomcat in my localhost?

java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work

furthermore, how do I do it for secure port 443?


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: (SSL)java.net.malformedurlexception: unknown protocol: https

Posted by Gus Delgado <gu...@netquotient.com>.
are you running Apache Server/andTomcat or tomcat alone?
you need to run both and use apache server ssl.

-----Original Message-----
From: sundar@fourthstage.com [mailto:sundar@fourthstage.com]
Sent: Monday, May 07, 2001 1:46 PM
To: soap-user@xml.apache.org
Subject: (SSL)java.net.malformedurlexception: unknown protocol: https


Hello,

I am trying to put my soap communication on SSL, but I get the following
error when i try to access https://...

java.net.malformedurlexception: unknown protocol: https

at java.net.URL.<init>......


Any help!

Regards,
Sundar

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


RE: (SSL)java.net.malformedurlexception: unknown protocol: https

Posted by Gus Delgado <gu...@netquotient.com>.
are you running Apache Server/andTomcat or tomcat alone?
you need to run both and use apache server ssl.

-----Original Message-----
From: sundar@fourthstage.com [mailto:sundar@fourthstage.com]
Sent: Monday, May 07, 2001 1:46 PM
To: soap-user@xml.apache.org
Subject: (SSL)java.net.malformedurlexception: unknown protocol: https


Hello,

I am trying to put my soap communication on SSL, but I get the following
error when i try to access https://...

java.net.malformedurlexception: unknown protocol: https

at java.net.URL.<init>......


Any help!

Regards,
Sundar

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


how do I run the ...

Posted by Gus Delgado <gu...@netquotient.com>.
tcptunnelgui if I'm running tomcat in my localhost?

java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8080 does not work

furthermore, how do I do it for secure port 443?


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org