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