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.
12 lines
173 B
Plaintext
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
|
|
|