Support
Why am I getting "SocketException: sslv3 alert"
almost 5 years ago by Guy Harrison
If you are running your mongo client from within a docker container, and that mongo client is version 4.2, then you may get a "SocketException: sslv3 alert" when connecting.
If this occurs, you can add the --tls --tlsDisabledProtocols TLS1_3
flags to your connection string and you should be able to connect normally.