Actions
Bug #23697
closedRudder built-in curl fails to check dav password in 7.3.8
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
178
Name check:
To do
Fix check:
To do
Regression:
No
Description
agent tries to fix at every run the dav password, and it fails with an error 35
OpenSSL/1.1.1w:error:<number> :SSL routines:ss13_get_record_wrong version number
the policies uses /opt/rudder/bin/curl which is 8.4.0; using built-in curl which is 8.0.1 solves the issue
Updated by Nicolas CHARLES about 1 year ago
- Related to Architecture #23559: Update curl to 8.4.0 added
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 7.3.9 to 7.3.10
Updated by Vincent MEMBRÉ 12 months ago
- Target version changed from 7.3.10 to 7.3.11
- Priority changed from 179 to 178
Updated by Nicolas CHARLES 11 months ago
- Status changed from New to Rejected
It was a DNS issue: curl 8.2.1 by default uses IPV6 and then ipv4; so curl from Rudder was pointing to ::1 while system curl was pointing to 127.0.0.1
the vhost did not listen on ipv6, hence the failure
Actions