Commit a720d21e authored by Peter Stefka's avatar Peter Stefka Committed by Pierre Smeyers
Browse files

fix: declare custom CA cert to Python requests

parent b5d63e0c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -132,6 +132,9 @@ variables:
    if [[ -z "$ca_imported" ]]
    then
      log_warn "Could not import custom CA certificates !"
    else
      # $REQUESTS_CA_BUNDLE required by Python Requests
      export REQUESTS_CA_BUNDLE="${bundle}"
    fi
  }