rafik777 wrote: > > I want to configure in cxf.xml (client configuration) which will allow to > make an HttpsURLConnection to any host, without requiring valid certs, > etc. > > I read smth about TrustManager and TrustDecider but I don't know how can I > use them. > > Could you help me, please. >
If you know how to search source code from your IDE I would download the CXF source and search on TrustDecider within source files--we most probably have a test case someplace that you can use to create a TrustDecider that allows everything. Glen -- View this message in context: http://www.nabble.com/SSL---trust-everybody-tp19390650p19391908.html Sent from the cxf-user mailing list archive at Nabble.com.
