hw-1

curl routines::unsafe legacy renegotiation disabled

curl routines::unsafe legacy renegotiation disabled

1
2
3
4
5
6
7
8
9
10
11
cat > /tmp/openssl.conf <<EOF
openssl_conf = openssl_init
[openssl_init]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
Options = UnsafeLegacyRenegotiation
EOF

OPENSSL_CONF=openssl.conf curl -k