dexador
dexador copied to clipboard
Missing support for not-verify-ssl (self-signed certificates)
Attempting to request data from a server with a self-signed certificate. In the default configuration, this fails. I want to skip/ignore the certificate verification process.
Attempted to set the not-verify-ssl
flag but, so far, unsuccessful.
Any workaround ?
This works fine for me on the latest version from Quicklisp. If I do:
CL-USER> (setq dexador.util:*not-verify-ssl* t)
T
... then I can make HTTPS requests through mitmproxy without any issues. I know it's working because if I don't, then it raises a condition as a result of the self-signed cert.