Hi, It looks like SSLv3 is not built by default in OpenSSL 3.0.0. At least SSLv3_method() is not define, and looking at the conditional compilation of that function, it makes sense. What command line option do I pass the Configure script to enable it? I tried enable-sslv3 and enable-SSLv3. It complained about both. I need to compile some old code (Python 2.7) which we will abandon soon. Thanks, Kory