cloudflare SSL handshake failed Error code 525 on Heroku
Hi, I have configured the Origin Certificates. The Cloudflare certificate seems active on Heroku, but it still results in an SSL handshake failure (525). How can I fix this issue? Any help would be greatly appreciated.
1 Reply
Have you tried bypassing Cloudflare with curl overrides and seeing if it's actually being served? ex:
curl -vvv --resolve example.com:443:123.123.123.123 https://example.com/
, replacing example.com with your site name and 123.123.123.123 with IP of Heroku, or unproxying the record for a bit to see. Cloudflare's basically saying it's not being served to it