posted 16 years ago
I am looking to access to a Web Service hosted by Axis2 (it is running under Weblogic)
When I access using http it is all ok. But when I try to access using https I get "Transport error: 403 Error: Forbidden"
I need authenticate the client with a certificate and the webservice is asking the client certificate.
I am also using rampart security module. It seems I can sign using rampart when it is a http connection, but when it is a https connectio I get the transport error.
Thanks