c# - how to host a site with https using iis -


i have site in iis , wan't hosted in https domain name. tried adding https in bindings ssl certificate. when browse site "your connection not private" error.

this site guide how generate , install free certificate on server: https://www.sslforfree.com

here have big explanation why error occurs (maybe because self-signed certificate, , browser not trust it): http://www.zerodollartips.com/your-connection-is-not-private-chrome


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -