Description
All components that rely on Thrift's secure transport need be updated to disallow SSLv3.
The easy way to check this is simply to stand up a tserver and try
connecting over SSLv3:openssl s_client -connect localhost:12345 -ssl3
All components that rely on Thrift's secure transport need be updated to disallow SSLv3.
The easy way to check this is simply to stand up a tserver and try
connecting over SSLv3:openssl s_client -connect localhost:12345 -ssl3