Skip to content

Instantly share code, notes, and snippets.

@giuliohome
Created November 15, 2023 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giuliohome/bad4f6704aa8f05d196a8ea667b7c5db to your computer and use it in GitHub Desktop.
Save giuliohome/bad4f6704aa8f05d196a8ea667b7c5db to your computer and use it in GitHub Desktop.
python unit test with one's company's ssl root cert on windows
set CURL_CA_BUNDLE=C:\path\to\mycompanyCA.pem
set PYTHONPATH=src
python -m unittest test\mytest.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment