Self-Signed Cert with TLS 1.2

iisself-signedssltls1.2

I'm a novice in regards to Transport Layer Security stuff, to bear with me…

I have some https web apps that I test locally using self-signed certs created with selfssl.exe. The company recently pushed new rules to everyone's machines that prevent the browsers from loading https sites that use anything other than TLS 1.2. However, my browsers give me certificate errors when I load my locally-hosted test stuff if TLS 1.0 is not enabled. Is it possible to generate self-signed certs that will work with my browsers if only TLS 1.2 is enabled?

I'm using Windows 7 64 bit with IIS 7.5, and I test with a variety of browsers (IE 11, Firefox 46, and Chrome 50).

Best Answer

No, it is not possible

SSL/TLS in all versions works with x509 digital certificates. The difference between TLS versions is the protocol rules, not the certificate.

The browser warns usually when the used protocol is old(consideres less secure) or the certificate is not trusted