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.
Actions