I sort It out, I setted the wrong user in outProps.put(WSHandlerConstants.USER, user);
this needs the user to be the same of the alias of the certificate, is not sufficent that it is set in the properties file related to the keystore. Thanks Giulio dkulp wrote: > > On Sunday 02 November 2008 4:42:36 am JuliusIT wrote: >> Hi again >> >> I was looking to provide a server side SSL without using a container such >> Tomcat, like in Jsch for Sftp. I look around in the documetation and in >> the >> example but they all use Spring configuration. >> I would really like to put the server in a container, but my boss doesn't >> want this solution. > > Umm... you can use the spring configuration without running a full blown > container. Take a look at the wsdl_first_https sample. It brings up > our > internal Jetty on an SSL port for the client to hit. It's spring > configuration, but using a "main method" type thing to start it up and > such. > > Dan > > > >> Can enyone help me on this? >> I see how I can configure it in the client, but not in the server >> >> I'm using CXF 2.1 > > > > -- > Daniel Kulp > [EMAIL PROTECTED] > http://dankulp.com/blog > > -- View this message in context: http://www.nabble.com/SSL-on-server-side-without-container-tp20288256p20329128.html Sent from the cxf-user mailing list archive at Nabble.com.
