I am running DDEV on a MacBook. DDEV used to deliver projects at https://projectname.ddev.site but now only starts up http://projectname.ddev.site. I cannot say exactly when this change happend. I am aware of the notice "mkcert may not be properly installed ..." I did follow the install suggestions but it didn't change. What can I do to make ddev run https?
Starting testproject...
mkcert may not be properly installed, we suggest installing it for trusted https support, `brew install mkcert nss`, `choco install -y mkcert`, etc. and then `mkcert -install`
The hostname testproject.ddev.site is not currently resolvable, trying to add it to the hosts file
ddev needs to add an entry to your hostfile.
It will require administrative privileges via the sudo command, so you may be required
to enter your password for sudo. ddev is about to issue the command:
sudo /usr/local/bin/ddev hostname testproject.ddev.site 127.0.0.1
Please enter your password if prompted.
Running Command=sudo /usr/local/bin/ddev hostname testproject.ddev.site 127.0.0.1
Password:
Creating volume "testproject-mariadb" with default driver
Building db
Building web
Creating ddev-testproject-db ... done
Creating ddev-testproject-dba ... done
Creating ddev-testproject-web ... done
Creating ddev-router ... done
Project type has no settings paths configured, so not creating settings file.
Successfully started testproject
Project can be reached at http://testproject.ddev.site http://127.0.0.1:32889
kais-MBP:testproject kai$ ```
.ddev/config.yaml
```name: testproject
type: php
docroot: ""
php_version: "7.3"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.2"
mysql_version: ""
provider: default
use_dns_when_possible: true
composer_version: ""