Skip to content

Reload certificate upon SSLError

Tanner Prestegard requested to merge reload_certificate into master

If a user specifies reload_certificate=True when instantiating a ligo.gracedb.rest.GraceDb client object, any requests which fail with an SSLError will reload the certificate file and make an additional attempt.

Edited by Tanner Prestegard

Merge request reports