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.
Updated by Alexis Mousset almost 4 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset almost 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3481
Updated by Alexis Mousset over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|513e730a94d88ae1e32d680fe634e5b275ab00fa.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions