URL: https://github.com/SSSD/sssd/pull/198 Title: #198: secrets: support https in proxy provider
lslebodn commented: """ Build failed on rehl6 and rhel7 http://sssd-ci.duckdns.org/logs/job/65/71/summary.html
rhel7 ``` make-tests /var/lib/jenkins/workspace/ci/label/rhel7/src/tests/tcurl_test_tool.c: In function 'main': /var/lib/jenkins/workspace/ci/label/rhel7/src/tests/tcurl_test_tool.c:320:26: error: 'POPT_ARG_ARGV' undeclared (first use in this function) /var/lib/jenkins/workspace/ci/label/rhel7/src/tests/tcurl_test_tool.c:320:26: error: 'POPT_ARG_ARGV' undeclared (first use in this function) { "header", 'h', POPT_ARG_ARGV, &opts.headers, '\0', "Add HTTP header", NULL }, ^ ```
rhel6 ``` /var/lib/jenkins/workspace/ci/label/rhel6/src/util/tev_curl.c:890: error: 'CURLOPT_UNIX_SOCKET_PATH' undeclared (first use in this function) /var/lib/jenkins/workspace/ci/label/rhel6/src/util/tev_curl.c:890: error: (Each undeclared identifier is reported only once /var/lib/jenkins/workspace/ci/label/rhel6/src/util/tev_curl.c:890: error: for each function it appears in.) /var/lib/jenkins/workspace/ci/label/rhel6/src/util/tev_curl.c:919: warning: declaration of 'socket' shadows a global declaration ``` """
See the full comment at https://github.com/SSSD/sssd/pull/198#issuecomment-289563435