DB Connection from Pages - 525 Error Despite Open Firewall

Hey all, hitting a strange 525 SSL handshake error with my Postgres DB on Cloudflare Pages. It works perfectly everywhere else (local, Vercel, etc.). I've already ruled out IP allow-listing; my DB firewall is completely open to 0.0.0.0/0 and ::/0 for testing. Any ideas?
No description
1 Reply
PawiX
PawiXOP3w ago
Fixed, my issue. Had to use Hyperdrive https://developers.cloudflare.com/hyperdrive/
Cloudflare Docs
Hyperdrive
Hyperdrive is a service that accelerates queries you make to existing databases, making it faster to access your data from across the globe from Cloudflare Workers, irrespective of your users' location.

Did you find this page helpful?