Hi, 
 
I am trying to use dynamic clients with https connection, without the JVM 
properties.

Without this : 
System.setProperty("javax.net.ssl.keyStore", "blahblahblah");
System.setProperty("javax.net.ssl.keyStorePassword","blahblahblahblah");


Why I need this ?
To install a new certificate on my jssecacerts and start to use immediately, 
with this VM parameters I need to reset my VM everytime I install a new 
certificate. (with muthual authentication scenario)

The method tryFileSystem in org.apache.cxf.resource.URIResolver only gets a 
HttpUrlConnection.

Changing this method the problem is solved, with  a HttpsUrlConnection 
everything works fine without a VM property.

Is possible this class use a TLSClientParameters in a near future ?

Can I implement this and send to you ? or there is another solution ?

Thank you

Allan Felipe Santos
Joinville SC Brazil

Reply via email to