Hello !
I have been working on connecting an Arduino (ESP8266) to the TwitchAPI webhooks. Everything works fine for the follower method, but it seems that I need a HTTPS to request from subs and cheers. I can request them correctly with the New API, and I get a 202 from the server.
Where it begins to crash, is that when I try to use a HTTPS server, even the follower method that works fine with HTTP, does not after changing the server. I can request my little project outside of my local network but I need to validate my certificate manually.
I created a HTTPS Server on the ESP8266 but I use a self signed certificate to keep the project cost as low as possible.
As Twitch use certified communication : does Twitch really matter of the certificate used on the Server ? Do I need to create a authentified certificate ?
Thanks for your answers !
Lazare