I’m using the Erlang ssl module as a client to connect to a remote SSL server (not under my control) and getting this:
{badmatch,{error,{options,incompatible,{verify,verify_none},{fail_if_no_peer_cert,true}}}}
I’m using:
Erlang 24.3.4.4
Linux CentOS 7
Thanks