thanks for sharing it :) do you want to contribute it to the doc?
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2012/11/8 renz <[email protected]> > I've found the problem! > > The HTTPS connector was configured with /SSLProtocol="TLSv1"/, so I have to > set the 'https.protocols' system property on the client side with : > - VM arguments : -Dhttps.protocols="TLSv1" > or > - programmatically : System.setProperty("https.protocols", "TLSv1") ; > > Thanks > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Unable-to-use-EJB-Over-HTTPS-using-APR-tp4658406p4658474.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
