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?
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.750Reading the 'Description' section of the article about TLS at https://secure.wikimedia.org/wikipedia/en/wiki/Transport_Layer_Security, it states that
– PeanutsMonkey – 2011-09-27T19:56:23.580From 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?