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 Wednesday, July 6, 2016 at 11:37:31 PM UTC-7, Christian Hammond wrote: > > 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 <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Wed, Jul 6, 2016 at 11:06 PM, <[email protected] <javascript:>> > wrote: > >> Hello, >> >> I switched to using the gitlab integration on ReviewBoard. Previously, I >> was using a custom git repository setup on the local machine where I was >> running a crontab to peridically update the local repos. >> >> ReviewBoard/Python was not happy with the self-signed cert. For now, I've >> added some code in the reviewboard source to skip the ssl verification. >> Wondering if there's a better way to configure this in ReviewBoard so that >> when I upgrade RB, I won't have to keep disabling the SSL verification. >> >> Thanks! >> >> >> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
