Closed andyrich closed 1 year ago
This is a good feature request. Given it is dealing with an issue at the server level I've added a commit to make it an argument on the KIWIS
class. With a verify_ssl
argument stored in self.verify_ssl
. Then calling requests.get
can pass verify = self.verify_ssl
(and not need to be explicitly passed to every method on the KIWIS object being used).
Also added to the class docstring regarding the verify flag.
I'm happy to merge this PR now. Thanks for raising the initial PR.
some wiski/kiwis servers have certificate issues. adding verify allows for either skipping security OR providing certificate for given server. default remains as True for verify.