-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v4.2
-
Security 2019-12-02
-
50
sslProviderSupportsTLS1_0 in jstests/ssl/libs/ssl_helpers.js lets tests know if they should be able to use TLS 1.0 in tests. Debian 10 does not support TLS 1.0, so this function should return false on that platform.
Equally, sslProviderSupportsTLS1_1 should return false on Debian 10.
- causes
-
SERVER-45043 Fix SSL test failure on Ubuntu
- Closed