On Tuesday 08 March 2011 12:32:41 PM jaybytez wrote:
> Does CXF support two way SSL?  

Honestly, I have no idea.   I assume the answer is yes.  

> And if so, is this done purely through the
> configuration of http:conduit?

Yep.

Not sure what to suggest without a testcase or even a stack trace as to what's 
happening.    My initial inclination is to suggest you change your definition 
to use a url name.  Like:



 <http:conduit name="https://localhost:8443/.*";> 

(note the .* wildcard on the end)

To make sure it's being picked up.    That's one of the main problems is not 
getting the name right on that and thus the settings are getting picked up 
properly.

Dan


> 
> Based on the following blogs, there is some good SSL information:
> 
> http://aruld.info/programming-ssl-for-jetty-based-cxf-services/
> http://www.knowledgetip.com/index.php/home/software-development/1-java/32-s
> slauthentication http://www.quendor.org/archiv/428#comments
> 
> But I don't see anything that essentially describes 2-way SSL.
> 
> The following is a snippet of my http:conduit...and I missing anything:
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>               .*_EXPORT_.*
>               .*_EXPORT1024_.*
>               .*_WITH_DES_.*
>               .*_WITH_NULL_.*
>               .*_RSA_.*
>               .*_DH_anon_.*
> 
> 
> 
> 
> 
> Thanks,
> 
> Jay
> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/CXF-Support-2-way-SSL-tp3414301p3414301.ht
> ml Sent from the cxf-user mailing list archive at Nabble.com.

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to