Currently when trying to log in to the stage wiki, you get redirected to the prduction ipsilon instance, and then automatically get redirected back to the production wiki.
All the settings in the stage mediawiki appear to point to the correct stage locations, so not sure how this rediurect is happening.
I've been helping (w/o success) Ryan with this.
I could see the problem when running:
$ curl "https://stg.fedoraproject.org/w/index.php?title=Special:UserLogin&returnto=SIGs%2FGames" -Ivv * Trying 38.145.60.33:443... * Connected to stg.fedoraproject.org (38.145.60.33) port 443 (#0) [...] < HTTP/2 302 HTTP/2 302 [...] < location: https://fedoraproject.org/wiki/Special:PluggableAuthLogin location: https://fedoraproject.org/wiki/Special:PluggableAuthLogin [...] < * Connection #0 to host stg.fedoraproject.org left intact
So we see it connects to stg and then gets redirected to production to https://fedoraproject.org/wiki/Special:PluggableAuthLogin which then sends to https//id.fedoraproject.org/ (rightfully since it's prod).
https://fedoraproject.org/wiki/Special:PluggableAuthLogin
https//id.fedoraproject.org/
Now, I've no idea why the stg wiki redirects to prod for this specific url :(
Metadata Update from @mohanboddu: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: high-gain, medium-trouble, ops
I don't understand why this is happening. ;(
There's not any config I can see that would do this... the database is the same as prod, but we never had any problems before copying prod->stg.
Quite puzzling.
No idea what fixed it, but something did :)
Let's close this.
Metadata Update from @pingou: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.