17
0
nu-vpn-proxy/openssl.conf
Benjamin Mako Hill 4b02c05b54 fix issue with openssl
The scripts seem to be relying on a legacy openssl renegotiation
protocol and this allows it to continue. I don't know if this a
requirement on the NU side or a feature of these scripts but this
works around it in the shorter term.
2023-04-19 10:03:40 -07:00

12 lines
173 B
Plaintext

openssl_conf = openssl_init
[openssl_init]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
Options = UnsafeLegacyRenegotiation