-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
When making a request like the following:
mb_url="https://api.mapbox.com/directions/v5/mapbox/cycling/-122.42,37.78;-77.03,38.91?access_token=&$(mapbox_token)"; resp_test = HTTP.get(mb_url); resp_test_dict = JSON.parse(HTTP.body(resp_test))
I get the following error: MbedTLS error code -9984: X509
When using cURL and following the directions below, I avoid raising the error:
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Is there a similar way to turn of verification of the certificate in HTTP.jl?
Metadata
Metadata
Assignees
Labels
No labels