• gnutls-cli for binkd TLS

    From Oli@21:3/102 to All on Sat Apr 11 22:27:02 2020
    gnutls-cli is an alternative to openssl s_client. For binkd I'm using this:

    node 99:9/999 -pipe "gnutls-cli --logfile /dev/null --no-ca-verification --strict-tofu --disable-sni *H:24553"

    The most important parameter is "--logfile /dev/null". It's the equivalent of openssl's -quiet parameter.

    ---
    * Origin: (21:3/102)