Comment #1 on issue 3020 by [email protected]: RBTools / post-review.py
ignores https prefix
http://code.google.com/p/reviewboard/issues/detail?id=3020
Looks like the server isn't being told it needs to give HTTPS URLs back.
This is a server-side config issue, rather than client-side. It's often due
to having something sitting in front of Apache that's handling the SSL.
Try adding this to the reviewboard.wsgi file:
os.environ['HTTPS'] = 'on'
--
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/groups/opt_out.