DEV Community

farez
farez

Posted on

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)