Received an error while calling API for generating token "SSL certificate problem: certificate has expired"

Thanks @dan.woda

Fixed the issue by adding “CURLOPT_SSL_VERIFYPEER => false,” in the curl while calling Auth0 API.

2 Likes