Actions
Bug #19390
closedUsing ssl_ca_path prevents verification using system trusted CA
Status:
Closed
Priority:
Urgent
Assignee:
Category:
Hammer core
Target version:
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
Openssl is using certs either from ssl_ca_path or system ca store. There is not fallback to system when the CA is not found in ssl_ca_path.
Setting ssl_ca_path to .hammer/certs thus disables using system trusted CAs for verification.
Actions