Open
Description
I noticed that builder API for web-sockets allows you to pass in TlsContextOptions
, verify_peer
among them, but there is no such options for mTLS, forcing me to patch the package so I could use library locally with custom broker and self-signed certificates.
Would it be possible to expose verify_peer
(and maybe other options that make sense) to mTLS config builder as well?