|
From: Ivan G. <iv...@ya...> - 2007-10-15 10:11:26
|
This was related to a proxy setting inherited by jetty-maven-plugin from
maven/settings.xml
Its working now
Ivan Garcia wrote:
>
> Hi all,
>
> Trying to connect to an external webservice through https from a webapp
> deployed into jetty I got an:
>
> javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
> connection?
>
> I'm using axis for the webservice client and it works fine from junit test
> or deployed to other appservers as jboss.
>
> I tried with jetty-maven-plugin v6.0.0 and v6.1.5
>
> Any idea about how to get this working
>
> Thanks in advance
> Ivan
>
> -- stack trace --
> org.springframework.remoting.RemoteAccessException:
> javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
> connection?; nested exception is javax.net.ssl.SSLException: Unrecognized
> SSL message, plaintext connection?
> Caused by: AxisFault
> faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: javax.net.ssl.SSLException: Unrecognized SSL message,
> plaintext connection?
> faultActor:
> faultNode:
> faultDetail:
> {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLException:
> Unrecognized SSL message, plaintext connection?
> at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA12275)
> at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA12275)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.b(DashoA12275)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA12275)
> at
> org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
> at
> org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
> at
> org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
> at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
> at
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
> at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
> at org.apache.axis.client.Call.invoke(Call.java:2767)
> at org.apache.axis.client.Call.invoke(Call.java:2443)
> at org.apache.axis.client.Call.invoke(Call.java:2366)
> at org.apache.axis.client.Call.invoke(Call.java:1812)
>
>
--
View this message in context: http://www.nabble.com/SSL-client-inside-Jetty-SSLException-tf4480251.html#a13209899
Sent from the Jetty Support mailing list archive at Nabble.com.
|