diff --git a/unsafe_openssl.cnf b/unsafe_openssl.cnf new file mode 100644 index 0000000..cd8d34e --- /dev/null +++ b/unsafe_openssl.cnf @@ -0,0 +1,10 @@ +nodejs_conf = openssl_init + +[openssl_init] +ssl_conf = ssl_sect + +[ssl_sect] +system_default = system_default_sect + +[system_default_sect] +Options = UnsafeLegacyRenegotiation \ No newline at end of file