-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2024-01-22
-
158
Right now, we update the sslGlobalParams to reference a temp directory with certificates in them so that we can overwrite the certificates and simulate rotation. However, we do not reset the sslGlobalParams after the test, which causes future tests to attempt to use ssl with the now deleted TempDir paths. Reset the ssl certificate information after each test, so that future tests do not reference the invalid directories.