virtual host ssl issue NET::ERR_CERT_AUTHORITY_INVALID

Hi to all my friends. Due to request of many people the issue was rising that your virtual hosts are showing the ssl certificate issue.
And i’ve find out the real reason of this problem is developers are using virtual host links like

myproject.dev
abcd.dev
smartthink.dev

The url like above you will find out that root .dev domains are owned by Google and applying HSTS in Chrome they enforce https-redirect for this domain. So this is the main reason for showing the ssl certificate issue.
If you change the url to

myproject.local
abcd.local
smartthink.local

Then your problem will be resolved permanently.
If it helps you don’t forget to subscribe my youtube channel.