Trellis local machine redirects to HTTPS

I just setup virtual machine with vagrant up command in trellis folder.
Process completed successfully.
When i run in URL. its redirect url to https://mdu.dev
although i just type mdu.dev/

Please advise what i’m doing wrong?

You shouldn’t use .dev for development anymore since it’s a real gTLD that Google owns and they force HTTPS in Chrome (since December 2017). Other browsers do so as well. Use .test (or .localhost) instead.

Related:


4 Likes