URL: https://github.com/SSSD/sssd/pull/198 Title: #198: secrets: support https in proxy provider
pbrezina commented: """ On 03/22/2017 10:09 AM, Jakub Hrozek wrote:
Looks like the curl version on RHEL-7 is too old to support some features:
|/var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c: In function 'curl_code2errno': /var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c:98:10: error: 'CURLE_SSL_INVALIDCERTSTATUS' undeclared (first use in this function) case CURLE_SSL_INVALIDCERTSTATUS: ^ /var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c:98:10: note: each undeclared identifier is reported only once for each function it appears in /var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c:99:10: error: 'CURLE_SSL_PINNEDPUBKEYNOTMATCH' undeclared (first use in this function) case CURLE_SSL_PINNEDPUBKEYNOTMATCH: ^ /var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c: In function 'curlm_code2errno': /var/lib/jenkins/workspace/ci/label/rhel7/src/util/tev_curl.c:138:10: error: 'CURLM_ADDED_ALREADY' undeclared (first use in this function) case CURLM_ADDED_ALREADY: ^ gcc -DHAVE_CONFIG_H -I.
Given those are just error codes I think we can avoid them.
"""
See the full comment at https://github.com/SSSD/sssd/pull/198#issuecomment-288363707