Open
Description
At current it seems that this library does not support client certificates for authentication. My understanding is that you're using mbedtls for the underlying TLS implementation, and it does support client certificates (see mbedtls_ssl_conf_authmode for reference). It would be nice to see this support ported across, since it offers a much safer way of performing authenticated access than basic auth over HTTPS.