I'm having a problem using curl. Apparently, the problem is that curl-config --ca
returns an empty line.
What I have tried is to set CURL_CA_BUNDLE
environment variable but this and try to execute the curl command after, but this didn't help.
I appreciate any ideas..