oliora / ppconsul

C++ client for Consul (http://consul.io)
Boost Software License 1.0
152 stars 56 forks source link

Old versions of libcurl doesn't support `CURLOPT_SSL_VERIFYSTATUS` #19

Closed oliora closed 6 years ago

oliora commented 6 years ago

Disable CURLOPT_SSL_VERIFYSTATUS usage in ppconsul if one is build with libcurl older than 7.41.0. See #12.

oliora commented 6 years ago

Should be fixed now, although I haven't tried to actually build and run ppconsul with old libcurl.