Re: Using gitlab integration with self-signed SSL certificate

2016-12-01 Thread Mike Alexander
As of today, if you're running on a Linux system you'll need to have Python 2.7.9 or better. For Ubuntu that means you'll need the 16.04 or later version. As Chris describes below, Python only started caring about certificates at all. Unfortunately the implementation for Python less than

Re: Using gitlab integration with self-signed SSL certificate

2016-07-08 Thread Christian Hammond
Hi, Thanks. I'd definitely like to get proper support for self-signed certs going in Review Board. The reason it wasn't there before is that it's been only somewhat recently that Python's HTTPS support even cared about proper certificate verification. We didn't used to have to worry about it. We

Re: Using gitlab integration with self-signed SSL certificate

2016-07-07 Thread udam . dewaraja
This is a temporary hack but I'm disabling all SSL cert validation by doing: ssl._create_default_https_context = ssl._create_unverified_context inside the gitlab.py (doesn't really matter where we do this i guess). I'm on the latest RB 2.5.6.1 version using Python 2.7.10. Thanks! On

Re: Using gitlab integration with self-signed SSL certificate

2016-07-07 Thread Christian Hammond
Hi, Can you show me the code you've used to skip over it, and let me know the version of Python you're using? Also, what version of Review Board? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On