Actions
Bug #6922
closedCurl SSL error on Ubuntu 10.04
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When running a 3.1 agent on Ubuntu 10.04:
/usr/bin/curl -k -f --proxy '' -o "/var/rudder/cfengine-community/rudder-server-uuid.txt" https://server/uuid curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)It seems to be a known bug in openssl:
- http://stackoverflow.com/questions/8619706/running-curl-with-openssl-0-9-8-against-openssl-1-0-0-server-causes-handshake-er
- http://sourceforge.net/p/curl/bugs/1037/?page=1
It works when setting the ServerName in the apache config of the server, or by forcing SSLv3 with the curl -3 option.
Updated by Alexis Mousset over 9 years ago
- Related to Bug #6925: Use the fqnd in policy_server.dat added
Updated by Vincent MEMBRÉ over 9 years ago
- Target version changed from 3.1.0 to 3.1.1
Updated by Alexis Mousset over 9 years ago
- Status changed from New to Rejected
The solution is to use the fqdn of the server, and was fixed in rudder-tests.
Updated by Alexis Mousset over 9 years ago
- Related to Bug #7109: After an upgrade to 3.1.1-1, the nodes report error on "Could not retrieve the UUID of the policy server" added
Updated by Alexis Mousset over 9 years ago
- Related to deleted (Bug #7109: After an upgrade to 3.1.1-1, the nodes report error on "Could not retrieve the UUID of the policy server")
Updated by Alexis Mousset over 9 years ago
- Has duplicate Bug #7109: After an upgrade to 3.1.1-1, the nodes report error on "Could not retrieve the UUID of the policy server" added
Actions