Comment #3 on issue 3705 by [email protected]: Unable to use 'rbt post'
with https and Python 2.7.9
https://code.google.com/p/reviewboard/issues/detail?id=3705
I had the same problem due to a self signed certificate.
Adding to the beginning rbtools/api/request.py the lines:
===
import ssl
if hasattr(ssl, '_create_unverified_context'):
ssl._create_default_https_context = ssl._create_unverified_context
===
works around the problem for me.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.