Skip to content

provide env with SSL certificates

Maciej Pawel Szymanski requested to merge maszyman-conda-ssl into master

to make sure that the following works in handlers:

  • python -c "import requests; requests.get('https://lhcb-couchdb.cern.ch/nightlies-nightly')"
  • python -c "from LbNightlyTools.Utils import Dashboard; d=Dashboard()"

see LHCbPR2HD#3 (closed)

Merge request reports