witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
183 stars 32 forks source link

Certificate issue #58

Open lohant opened 1 year ago

lohant commented 1 year ago

Hi,

I get the following error when using the code:

[ 71666][E][ssl_client.cpp:37] _handle_error(): [start_ssl_client():273]: (-9984) X509 - Certificate verification failed, e.g. CRL, CA or signature check failed [ 71669][E][WiFiClientSecure.cpp:144] connect(): start_ssl_client: -9984

I have tried to get the new certificate from *.spotify.com and replaced the one in SpotifyArduinoCert.h but it does not solve the problem. Does anyone know how to fix this?