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.
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:
ddev stop --all
mkcert -install
ddev start
ddev launch
That should do it.