You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Davide79 <ol...@gmail.com> on 2008/09/26 13:09:43 UTC

Axis2 1.4 don't work with ssl, proxy and https authentication

Hi,
i get always the same  fantastic error:

org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized.

I think the problem is : 
Java Networking Properties for proxy override HttpTransportProperties and
clear authentication information
https://issues.apache.org/jira/browse/AXIS2-3839

I don't now  how to fix this problem
here i my code and stack trace.
Any suggestions are accepted.
Thank in advance http://www.nabble.com/file/p19686414/stacktrace.txt
stacktrace.txt  http://www.nabble.com/file/p19686414/RolClient.java
RolClient.java 


-- 
View this message in context: http://www.nabble.com/Axis2-1.4-don%27t-work-with-ssl%2C-proxy-and-https-authentication-tp19686414p19686414.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Axis2 1.4 don't work with ssl, proxy and https authentication

Posted by Davide79 <ol...@gmail.com>.
In the code don't consider the line 
java.net.Authenticator.setDefault(new MyAuthenticator());
because it was a just an old test to try the java.net.Authenticator



Davide79 wrote:
> 
> Hi,
> i get always the same  fantastic error:
> 
> org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized.
> 
> I think the problem is : 
> Java Networking Properties for proxy override HttpTransportProperties and
> clear authentication information
> https://issues.apache.org/jira/browse/AXIS2-3839
> 
> I don't now  how to fix this problem
> here i my code and stack trace.
> Any suggestions are accepted.
> Thank in advance http://www.nabble.com/file/p19686414/stacktrace.txt
> stacktrace.txt  http://www.nabble.com/file/p19686414/RolClient.java
> RolClient.java 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Axis2-1.4-don%27t-work-with-ssl%2C-proxy-and-https-authentication-tp19686414p19687579.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org