Certificates
Dothttp by default uses cacerts. Starting 0.0.23 version, it supports client certificate ssl auth (X509Auth).
Certificate#
add certificate(cert="{{cert}}") for adding custom ssl configuration
(has no support for password encrypted)
Certificate and key#
If certificates and key are in seperate files, one can use below
(has no support for password encrypted)
P12 and password#
If p12 file and password, use below notation
Notes:#
- With ssl, one would want to use
@insecurewhen certificates are self-signed - with ssl, and one is changing certificates, because of requests connection pool pinning for host use
@clear