You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Hyperdrive now supports custom TLS/SSL certificates
3
+
description: You can now configure custom certificates for secure database connections with Hyperdrive, including both server certificate verification and client certificates
4
+
products:
5
+
- hyperdrive
6
+
date: 2025-04-09T17:00:00Z
7
+
---
8
+
9
+
import { Code } from"~/components";
10
+
11
+
Hyperdrive now supports more SSL/TLS security options for your database connections:
12
+
13
+
- Configure Hyperdrive to verify server certificates with `verify-ca` or `verify-full` SSL modes and protect against man-in-the-middle attacks
14
+
- Configure Hyperdrive to provide client certificates to the database server to authenticate itself (mTLS) for stronger security beyond username and password
15
+
16
+
Use the new `wrangler cert` commands to create certificate authority (CA) certificate bundles or client certificate pairs:
Learn more about [configuring SSL/TLS certificates for Hyperdrive](/hyperdrive/configuration/tls-ssl-certificates-for-hyperdrive/) to enhance your database security posture.
0 commit comments