Actions
Bug #38119
closedWhen the "server_ca_cert" is set and has an empty line, it will fail
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Description
Problem Statement¶
When the "server_ca_cert" is set and has an empty line, it will fail.
User Experience & Workflow¶
Whenever the CA bundle has an empty line, the test will fail:
-------------------------------------------------------------------------------- Check if server certificate authority is sha1 signed: AUDIT == bundle_pem AUDIT == /root/ssl_certs/new2024/new_cert.crt [FAIL] Error reading server CA certificate /root/ssl_certs/new2024/new_cert.crt. --------------------------------------------------------------------------------
When removing the empty line and rerunning the same command, the test will pass with no issues.
Actions