Barak Korren created OVIRT-2307:
-----------------------------------

             Summary: 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: infra
            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}



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
_______________________________________________
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/VN5P2R54T7FXRCNB5UXD3TEBBB7RUEHN/

Reply via email to