Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server URL changes from https to http #124

Open
pvgopinath opened this issue Apr 2, 2013 · 1 comment
Open

Server URL changes from https to http #124

pvgopinath opened this issue Apr 2, 2013 · 1 comment

Comments

@pvgopinath
Copy link

Hi,

I have a created a Review Board task repository. The URL entered in the properties screen is
https://xx.xx.xx.xx/rb/s. The credentials are valid.

Right click on Task Repository click update Repository configuration failed with the message that it cannot fetch extended information.

When I right click Project, select Team and select Create Review Request I get an error

Failed updating the repository data for {Task Repository Name} : There was an error fetching extended information for this repository.

I enabled Eclipse debugging. It quitely changed the URL from HTTPS to HTTP and complaining on the non existence of the task repository. The debug statements are given below. Note that the client url changed from HTTPS to HTTP. Teh Task Repositories properites are still in HTTPS only.

ENTRY org.review_board.ereviewboard.subclipse.ui 2 0 2013-04-02 15:17:21.522
!MESSAGE No repository for clientUrl http://xx.xx.xx.xx/rb/s skipping.

Let me know if I need to perform additional steps to resolve this. The same plug-in works fine if I configure another Review Board installation on HTTP.

@rombert
Copy link
Owner

rombert commented Apr 5, 2013

I don't see where this can happen in the code. Maybe the server is sending a redirect from https to http? A wireshark or similar network trace would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants