Comment #4 on issue 3020 by [email protected]: RBTools / post-review.py
ignores https prefix
http://code.google.com/p/reviewboard/issues/detail?id=3020
It is true, and it is not a client-side bug. We are very well aware of this
behavior.
The client did not generate the URL "http://..../api/review-requests/". The
server built that link and told the client to use it for the request for
review requests. Beyond the first root URL, the client has no knowledge of
where anything lives and does not build paths. You can verify this by going
to https://rb.mesosphere.com/api/ and see the URLs it returns.
The server will build a link with https:// if it knows it's supposed to.
Your server doesn't. You need to set the HTTPS environment variable to "on"
to force it (as per Django's URL building logic).
--
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.