Hi! Trying to reach Airtable via curl from debian buster.
root@689c6c6a3ea9:/app# curl https://www.airtable.com
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Installed last updates of ca-certificates, tried to reload them but it doesn’t help.
For now it solved when I manually installed SectigoRSADomainValidationSecureServerCA.crt
into debian trusted cert store.
Could you please check that issue?