vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

Privacy Error #314

Open MOOKMIKE opened 6 years ago

MOOKMIKE commented 6 years ago

Operating System: Windows 10 Vagrant Version: 3.2.0 Virtual Box Version: 5.1.6

Hello, I used VCCW to develop a wordpress site for my work. I need to go in an make some updates to the code. When I now go to vccw.dev it gives me a Privacy Error in chrome. NET::ERR_CERT_AUTHORITY_INVALID

Is there something I can do to rectify this?

AndisGrossteins commented 6 years ago

Chrome and Firefox recently started to force HSTS for all domains in .dev TLD.

If you're using a .dev domain name for vccw, you will be redirected to HTTPS version and you get ERR_CERT_AUTHORITY_INVALID because the HTTPS certificate is self-signed for .vccw.dev. To avoid the error you should add the certificate to your system's trusted root certificate store.

On macOS root certificates can be managed in Keychain Access but on Windows you can use certlm.msc by searching "Manage computer certificates" in start menu.