You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: