[python-bugzilla] SSL Certificate Verification

Mildred Clarke gargoyle.python at gmail.com
Mon Dec 8 23:42:21 UTC 2014


All,

What is the recommended approach to require the verification of a self
signed SSL certificate when using python-bugzilla ? I don't see the option
to provide a custom CA file when connecting via RHBugzilla44.

I believe the reasoning for the failure I'm getting is that the Bugzilla
module is unable to verify the self signed certificate of my local Bugzilla
instance. I understand that I can enable sslverify=False to work around
this, however it is not desired in my environment. How do you provide a
bundle for verification purposes of self signed certs ? I know "requests"
has this functionality via function parameter and "REQUESTS_CA_BUNDLE"
environment variable but thus far neither seem to provide the desired
results with python-bugzilla module.

Please advise.

Thanks

Mildred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/python-bugzilla/attachments/20141208/e1960ae0/attachment.html>


More information about the python-bugzilla mailing list