Hi!
I’ve written a basic twitch chatbot on Glitch that’s supposed to hit an API on our own website. It works perfectly fine with our test server, but on the main server (hosted on cloudflare) any API call from the bot returns an Error 525: SSL handshake failed (https://support.cloudflare.com/hc/en-us/articles/200278659). I’ve tried changing the port on the glitch app to 443 (fails to even run) and forcing the glitch app to https, but no success.
Any help would be appreciated. Again, it works on our test servers, but runs into SSL problems with Cloudflare.