after updating chrome i got NET::ERR_CERT_COMMON_NAME_INVALID on my dev pages
pages always got redirected to https
solution:
changing .dev to .local in hosts file and httpd.vhosts.conf file (restarting apache)
explanation here:
https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/