]
Barak Korren reassigned OVIRT-2307:
-----------------------------------
Assignee: Barak Korren (was: infra)
JJB jobs cannot properly use SSL
--------------------------------
Key: OVIRT-2307
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2307
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: JJB
Reporter: Barak Korren
Assignee: Barak Korren
Priority: High
Our JJB jobs cannot properly use SSL ATM because the way we install JJB (inside a Python
virtualenv with on system packages) makes the requests library it uses for HTTP to not
know how to find the trusted CAs bundle file.
The way to solve this is to set the following variable in the JJB environment:
{code}
export REQUESTS_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
{code}