ZOOKEEPER-5045: Fall back to TLSv1.2 default in FIPS mode#2383
Conversation
Reviewers: meszibalu Author: PDavid Closes apache#2380 from PDavid/ZOOKEEPER-5045 (cherry picked from commit d4e15d3)
DEFAULT_PROTOCOL constant does not exist anymore.
|
Some tests in SSLHostnameVerificationTest failed. I'll have a look. |
|
FYI: We miss this patch on this (3.9) branch: https://issues.apache.org/jira/browse/ZOOKEEPER-4912 To be honest I'm not sure if we need that patch in 3.9 or not. Just it is related. For fixing SSLHostnameVerificationTest I now patched |
|
Thanks @PDavid for the contribution. |
Thanks, sure, makes sense. Here it is: |
Reviewers: meszibalu
Author: PDavid
Closes #2380 from PDavid/ZOOKEEPER-5045
(cherry picked from commit d4e15d3)