witnessmenow / spotify-api-arduino

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

Update Spotify server root CA #65

Closed dennisnon closed 7 months ago

dennisnon commented 7 months ago

As of Feb 5, the *.spotify.com certificate has a different CA.

(now the same as the Spotify image server)

Took me a while to figure out why my little Spotify controller no longer worked, as I didn't get any SSL errors. When I found out the certificate was renewed, I noticed the different CA. This change fixed it for me.

witnessmenow commented 7 months ago

Thank you!