Hi folks,
In this post I discuss briefly how to get around an error you may see when using curl as follows:
curl: (60) SSL certificate problem: unable to get local issuer certificate ...
You can get around this problem by using the –insecure flag. E.g.
curl --insecure your-url
That’s all for now. Till next time, happy software development.