All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Hyperdrive - Hyperdrive now supports custom TLS/SSL certificates for MySQL

3mo ago

Source

CloudflareHyperdrive - Hyperdrive now supports custom TLS/SSL certificates for MySQLcloudflare.com
Snippet from the RSS feed
Hyperdrive now supports custom TLS/SSL certificates for MySQL databases, bringing the same certificate options previously available for PostgreSQL to MySQL connections. You can now configure: Server certificate verification with VERIFY_CA or VERIFY_IDENTITY SSL modes to verify that your MySQL database server's certificate is signed by the expected certificate authority (CA). Client certificates (mTLS) for Hyperdrive to authenticate itself to your MySQL database with credentials beyond username and password. Create a Hyperdrive configuration with custom certificates for MySQL: # Upload a CA certificate npx wrangler cert upload certificate-authority --ca-cert your-ca-cert.pem --name your-custom-ca-name # Create a Hyperdrive with VERIFY_IDENTITY mode npx wrangler hyperdrive create your-hyperdrive-config \ --connection-string="mysql://user:password@hostname:port/database" \ --ca-certificate-id \ --sslmode VERIFY_IDENTITY For more information, refer to SSL/TLS certificates for Hyperdrive and MySQL TLS/SSL modes .

You might also wanna read

Let's Encrypt Plans Post-Quantum Security with Merkle Tree Certificates

Let's Encrypt is planning to adopt Merkle Tree Certificates (MTCs) as a post-quantum security solution for Web PKI. The article explains tha

letsencrypt.org·1mo ago

Let's Encrypt Plans Post-Quantum Security with Merkle Tree Certificates

Let's Encrypt is planning to adopt Merkle Tree Certificates (MTCs) as a post-quantum security solution for Web PKI. The article explains tha

letsencrypt.org·1mo ago

How to Install and Automate Let's Encrypt SSL Certificates on cPanel DNSOnly Servers

This article provides a step-by-step technical guide for enabling automated Let's Encrypt SSL certificate installation and renewal on cPanel

blog.radwebhosting.com·1mo ago

Security Approaches for Granting LLMs Access to SSH and Database Systems

The article discusses approaches for safely granting Large Language Models (LLMs) access to sensitive systems like SSH and databases. It pre

news.ycombinator.com·5mo ago

Understanding TLS Encryption: Public Keys, Private Keys, and Certificate Authorities

The article explains how Transport Layer Security (TLS) works, focusing on the cryptographic foundations including public/private key pairs,

remyhax.xyz·1mo ago

NGINX Adds Native ACME Protocol Support for Simplified SSL/TLS Certificate Management

NGINX has announced a preview release of native ACME protocol support, introducing the ngx_http_acme_module. This module simplifies SSL/TLS

blog.nginx.org·10mo ago

Firefox Deploying CRLite for Private Certificate Revocation Checking

Firefox has implemented CRLite, a new certificate revocation checking system that provides comprehensive security without compromising user

hacks.mozilla.org·10mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.