windows - Browsers detect my site as There is an issue with this website's security certificate -
i developed simple php page , installed in iis in server. want available in internet. opened 443 port,and on internet able visit page. problem browsers display following message when accessing page: "there problem website's security certificate" did wrong when configuring iis? how can solve it?
short answer is, need certificate signed trusted source , not locally generated on server.
you can free certificate let's encrypt project. there popular tool iis available @ https://github.com/lone-coder/letsencrypt-win-simple.
another solution buy certificate. start 4 usd / year , go there.
Comments
Post a Comment