This question may be silly but I've a hard time understanding TLS 1.2 and accessing a website via HTTPS.
I've received a report from a web security tool that my website is not HTTPS and I have to enable TLS 1.2 on the server. As per my understanding to make a website HTTPS I have to add a security certificate to the website and enable HTTPS in my IIS, but as per the suggestion my website becomes HTTPS once I enable TLS 1.2 in server.
My question is: is enabling TLS 1.2 is enough to make a website HTTPS? If yes, are certificates are not required for that? Do I need to enable both TLS 1.2 and IIS level HTTPS?