3091: how to configure the server name for automated e-mail coming from reviewboard

akshaya.s*********@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 14, 2013
HI ,

We are using RB server 1.7.12 & rbtools 0.5.2 .

Recently we configure apache with SSL support so that reviewboard can be acces using https://RBServername:443 .

But reviewboard sending automated mail as http://RBServername:443 (There is no https) .


Could you please tell me where in reviewboard config file i need to change to have httpS://RBServername:443 in the automated e-mail from reviewboard .

Let me know incase you need any more info .

Regards
Akshaya
david
#1 david
There are two pieces of configuration needed to use https.

First, make sure the server URL in the admin settings is correct. 

Second, in your reviewboard.wsgi file, make sure you have this line:
os.environ['HTTPS'] = 'on'
  • +SetupIssue