Skip to content

Commit 008b6f2

Browse files
thomasgauvinharshil1712
authored andcommitted
Update connect-to-private-database.mdx (#17672)
1 parent 39a9a26 commit 008b6f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/hyperdrive/configuration/connect-to-private-database.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,8 @@ npx wrangler deploy
165165
```
166166

167167
If you successfully receive the list of `pg_tables` from your database when you access your deployed Worker, your Hyperdrive has now been configured to securely connect to a private database using [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) and [Cloudflare Access](/cloudflare-one/policies/access/).
168+
169+
## Troubleshooting
170+
171+
If you encounter issues when setting up your Hyperdrive configuration with tunnels to a private database, consider these common solutions, in addition to [general troubleshooting steps](/hyperdrive/observability/troubleshooting/) for Hyperdrive:
172+
* Ensure your database is configured to use TLS (SSL). Hyperdrive requires TLS (SSL) to connect.

0 commit comments

Comments
 (0)