Yep, that worked...many thanks.
Andy On Thu, Jul 3, 2008 at 3:13 PM, Dumindu Pallewela <[EMAIL PROTECTED]> wrote: > Hi Andy, > > <snip> > >> >> I am having trouble using an SSL Client with AXIS2C - basically, >> authentication appears to fail. >> >> >> [Thu Jul 3 13:12:57 2008] [debug] http_transport_sender.c(246) ctx_epr: >> https://localhost:7547/services/ConfigurationServer >> [Thu Jul 3 13:12:57 2008] [debug] http_transport_sender.c(768) using >> axis2 native http sender. >> [Thu Jul 3 13:12:57 2008] [debug] http_sender.c(415) >> msg_ctx_id:484e90ce-4923-1dd1-20df-00145eecc23a >> [Thu Jul 3 13:12:57 2008] [info] [ssl client] Client certificate chain >> filenot specified >> [Thu Jul 3 13:12:57 2008] [debug] ssl/ssl_utils.c(190) [ssl client] SSL >> certificate verified against peer >> [Thu Jul 3 13:12:57 2008] [info] [ssl client] Client certificate chain >> filenot specified >> [Thu Jul 3 13:12:57 2008] [debug] ssl/ssl_utils.c(190) [ssl client] SSL >> certificate verified against peer >> [Thu Jul 3 13:12:57 2008] [error] http_sender.c(1293) HTTP Authentication >> failed >> [Thu Jul 3 13:12:57 2008] [error] http_sender.c(1399) Error occurred in >> transport >> [Thu Jul 3 13:12:57 2008] [error] engine.c(179) Transport sender invoke >> failed >> > > <snip> > > The debug message "SSL certificate verified against peer" means that the > SSL connection had successfully been established. However, the trouble you > are having is about HTTP Authentication. Try pointing your browser to the > URL provided, it should ask you for a username/password. That is a HTTP > protocol level authentication mechanism which is different from SSL. > > You can provide HTTP authentication parameters as described in Axis2 Manual > [1]. > > HTH. > > Dumindu. > > [1] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#http_auth > > -- > Dumindu Pallewela > Cinergix - "Share, Reuse, Innovate" > cinergix.com
