I am trying to enable TLS 1.2 on windows server 2008 R2. I have made registry entries to enable TLS 1.2 as mentioned in below link : http://forums.iis.net/t/1201043.aspx.
I have also tried powershell script in link : http://www.hass.de/content/setup-your-iis-ssl-perfect-forward-secrecy-and-tls-12
While monitoring through wireshark i found that Client hello message is sending version TLS 1.2 and protocol is showing TLSv1. Server hello message is showing tlsv1 in protocol field and version TLS 1.0 .
I don't know if i am missing anything to enable TLS 1.2. I think i have made all the registry entries. Any help will be appreciated.
Above mentioned services are runnig in HASP server and running on 443 port.
Another strange thing is i am using IIS 7.5 server When i deploy another srvice on 8443 port. it is running on TLS 1.2 only from ie 9. Both IIS 7.5 service and Hasp server service are running in same machine. But throgh wireshark it is showing TCP protocol only. NO SSL protocl is used here https communication. How is it possible?
Also last point even if i disable SSLv3 from server registry or remove all entries. url still works on sslv3. Is it possible that we need to update some other files on windows server.?