Connect to databases · Cloudflare Worker...
https://developers.cloudflare.com/workers/databases/connecting-to-databases/#_top:~:text=For%20services%20that%20require%20mTLS%20authentication%2C%20use%20mTLS%20certificates%20to%20present%20a%20client%20certificate.
Does this mean I can connect via mTLS?
Cloudflare Docs
Connect to databases · Cloudflare Workers docs
Learn about the different kinds of database integrations Cloudflare supports.
4 Replies
Not currently, it's something we're working on
Any reason it's mentioning mTLS at all then?
Bit confused.
mTLS is supported for HTTP/fetch, it's still pending for TCP/connect requests
But you can't connect to PostgreSQL via HTTP/fetch, can you?