Despite being replaced by:
availability of these replacement versions has not been universal. As a result, many implementations of TLS have permitted the negotiation of SSLv3.The predecessor of SSLv3, SSL version 2, is no longer considered sufficiently secure RFC 6176. SSLv3 now follows.
Any version of TLS is more secure than SSLv3, though the highest version available is preferable.
Pragmatically, clients MUST NOT send a ClientHello with ClientHello.client_version set to {03,00}. Similarly, servers MUST NOT send a ServerHello with ServerHello.server_version set to {03,00}. Any party receiving a Hello message with the protocol version set to {03,00} MUST respond with a "protocol_version" alert message and close the connection.