DEV Community

farez
farez

Posted on

3

Enable SSL (https) on an existing ddev site on Mac

If you have a local non-https dev site running on ddev on a Mac, and want to enable https, here's what you do:

  • close the browser tab of your dev site
  • run ddev stop --all
  • run mkcert -install
  • run ddev start
  • run ddev launch

That should do it.

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more