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.

Reply via email to