Skip to content

Instantly share code, notes, and snippets.

@zachmullen
Created February 5, 2019 21:22
Show Gist options
  • Save zachmullen/eecf4bc673772cac64e2c7cf03baa367 to your computer and use it in GitHub Desktop.
Save zachmullen/eecf4bc673772cac64e2c7cf03baa367 to your computer and use it in GitHub Desktop.
girder_client disable SSL verify
gc = girder_client.GirderClient()
with gc.session() as session:
session.verify = False
gc.authenticate(...)
gc.post(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment