Hi All, I am troubleshooting the not working scenario in which we have sucessful client cert authentication from Win7, IE8 and TLS1.0 enabled - but as soon as in Advanced tab of Internet Options TLS v1.2 is also selected the communication if failing. Client's machine has client certificate installed, and also the root CA is installed in Trusted Root store The process is as follows (with TLS 1.2 enabled)
The initial TCP handshake looks ok, bu then client is finishing the connection, instead of staring SSL handshake by sending ClientHello....
HAve anyone seen such a behaviour ? What I am thinkg of is that TLS1.2 is not really enabled on the client machine. Would this still apply ?: http://support.microsoft.com/kb/245030 http://derek858.blogspot.co.uk/2010/06/enable-tls-12-aes-256-and-sha-256-in.html Thanks for your input. Andrzej asked 28 Feb '13, 08:52 andrus edited 28 Feb '13, 15:49 Kurt Knochner ♦ |
One Answer:
This has been solved now Combination of SSLv2 + SSLv3 + TLS1.0 + TLS1.1 - works OK Combination of SSLv2 + SSLv3 + TLS1.0 + TLS1.1 +TLS1.2 - does NOT WORK if want to have TLS1.2 enabled you need to disable SSLv2! it appears to be some sort of IE8 bug ..... answered 01 Mar '13, 03:15 andrus edited 01 Mar '13, 03:17 |