Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.20.5
-
None
-
Patch
Description
When jackrabbit.client.useSystemProperties is used in an effort to make java.net.ssl.* constants work, this is undone by the explicit initialisation of SSL.
As a result, client certificates no longer work, and control over SSL parameters like protocol, etc is lost.
The fix is to use the SSLConnectionSocketFactory.getSystemSocketFactory() constructor in the system properties case.
Attachments
Attachments
Issue Links
- is broken by
-
JCR-4536 spi2dav: allow disabling cert and host name checks for TLS connections
- Closed