Hacker News new | ask | show | jobs
by Retr0id 839 days ago
curl (proper) doesn't do that, nor is it supposed to, that's the point
1 comments

This behaviour is part of curl (proper) and is set via compile time flags.

And at least according to curl's code is set by default when it is built against OpenSSL:

https://github.com/curl/curl/blob/1ccf1cd9936dfa382fe1f061b6...

It's not set by default. (and even when it is set, does it modify the behaviour of the --cacert option?)