Skip to content

Instantly share code, notes, and snippets.

View Marc-MMA's full-sized avatar

Marc Marc-MMA

View GitHub Profile
@Marc-MMA
Marc-MMA / readme.md
Last active October 4, 2025 03:18
DDEV HTTPS SSL WSL2

Enable HTTPS with DDEV on Windows + WSL2

This guide explains how to enable HTTPS support for DDEV on Windows using WSL2.

1. Install mkcert on Windows

  1. Open PowerShell as Administrator
  2. Install mkcert using Chocolatey:
    choco install mkcert