Actions
Bug #18844
closedAdd a curl/openssl wrapper for sending file to policy server without validating host
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Due to our P2P certificates, we do not need to validate hostname as we need to match the certificate with the one we have locally.
Verifying hosts is a problem for us as it requires a working DNS infrastructure, which we try to avoid.
Verifying the certificate but skipping hostname validation is not possible in curl cli, so we make a wrapper using the libcurl.
Actions