Skip to content

Propagate CA file from configuration

Luis Fernandez Alvarez requested to merge ca_file into qa

Without this patch, the code doesn't honor ca_file config parameter leading to warnings like:

InsecureRequestWarning: Unverified HTTPS request is being made.

Merge request reports