This is because you are using an IP and host name verification fails. To over come, find the following attribute [under transport outs] in repository/conf/axis2.xml and set it to AllowAll
<parameter name="HostnameVerifier">AllowAll</parameter> Thanks & regards, -Prabath On Tue, May 17, 2011 at 2:48 AM, Jorge Infante Osorio <[email protected]> wrote: > I have a lot of services is WSAS secure with UT, and proxy services in ESB > that expose to the outside the services in WSAS. > > When I try to validate a WSAS endpoint in the ESB I receive this error: > > Unable to validate SSL Certificate of > https://10.3.10.77:9443/wsas/services/Persona/ > > In the certificate store of ESB I put the WSAS certificate but nothing > happen. > > And when I try to consume a proxy services always I see this error in the > eclipse console: > > Exception in thread "main" org.apache.axis2.AxisFault: The input stream for > an incoming message is null. > at > org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.j > ava:92) > at > org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.j > ava:67) > at > org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAx > isOperation.java:354) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio > n.java:417) > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisO > peration.java:229) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > > What can I do? > > Ing. Jorge Infante Osorio. > J´Dpto Soluciones SOA. > CDAE. > UCI > > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > -- Thanks & Regards, Prabath http://blog.facilelogin.com http://RampartFAQ.com _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
