What i have read and understood is that most of the browsers today when establishing a secure connection try TLS first and if the connnection is not made they fallback on SSL v3.
Now consider the following scenario: I access a website over HTTPS, this website has stopped support for SSL v3. First secure connection attempt of my mozilla browser using TLS fails by chance and it falls back on ssl v3. The website does not support ssl v3 so this attempt also fails What happens now: Would my browser give me error saying connection not possible OR Will it again go bback to trying TLS for setting up connection.