Help

Curl: (60) SSL certificate problem: unable to get local issuer certificate

Topic Labels: API
1465 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Aliaksei
4 - Data Explorer
4 - Data Explorer

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?

1 Reply 1
acco
6 - Interface Innovator
6 - Interface Innovator

Hey there. Why are you curling the www as opposed to the API endpoint? api.airtable.com.

Do you get an SSL issue when querying valid API endpoints as well?