What would happen if a server (Windows 2008) is updated to use TLS 1.2?

0

If a user using Firefox browses to a website on a server (Windows 2008) that has been updated to use TLS 1.2, what would happen? As I am a newbie to this can someone explain what the process is when a SSL or TLS handshake occurs and what potential problems can arise?

PeanutsMonkey

Posted 2011-09-27T19:42:39.440

Reputation: 7 780

Answers

0

SSL protocol versions generally are not exclusive – the same server may offer TLS 1.2, 1.1, 1.0, SSL 3.0, and even SSL 2.0 for the ancients. Problems only occur if the client and server have no supported versions in common. In other words, a typical upgrade would not affect older clients.

user1686

Posted 2011-09-27T19:42:39.440

Reputation: 283 655

What do you meany by Problems only occur if the client and server have no supported versions in common? – PeanutsMonkey – 2011-09-27T19:51:23.750

Reading the 'Description' section of the article about TLS at https://secure.wikimedia.org/wikipedia/en/wiki/Transport_Layer_Security, it states that From this list, the server picks the strongest cipher and hash function that it also supports and notifies the client of the decision. What does this mean exactly? Is this based on registry changes to the server?

– PeanutsMonkey – 2011-09-27T19:56:23.580