Re: Setting up SSL/TLS encryption for Review Board

2018-08-16 Thread aboldingjones
Hi Christian, thanks for the info. I'll look into getting this setup and let you know how it goes. On Tuesday, August 14, 2018 at 7:01:17 PM UTC-7, Christian Hammond wrote: > > Hi Adam, > > The common setup is to configure Apache to talk to Review Board (a > configuration file is generated out

Re: Setting up SSL/TLS encryption for Review Board

2018-08-14 Thread Christian Hammond
Hi Adam, The common setup is to configure Apache to talk to Review Board (a configuration file is generated out of the box) and then to configure Apache to serve up a SSL certificate. You'll need to have your VirtualHost configure to use port 443 and point to your SSL cert file and enable SSL.

Setting up SSL/TLS encryption for Review Board

2018-08-14 Thread aboldingjones
Hi, I want to get my team setup with Review Board, but one of our requirements is that traffic between clients and the Review Board server is encrypted. I'd like to be able to set up certificate validation, too. I've seen reference to SSL/TLS in passing in Review Board change lists, but I