Mike Chen

Results 3 comments of Mike Chen

> I like the idea, though can I ask it be the default but disable-able behind a flag. Since this forms part of CI for a lot of places this...

Curl will accept tlsv1.0 if you remove `CipherString = DEFAULT@SECLEVEL=2` from `/etc/ssl/openssl.cnf`. But nkito won't budge. eg. `curl https://example.com --tlsv1.0 -k`

I think that should be done in your application logic.