Why does Jenkins keep sending me to https://127.0.0.1:8080? -
i inexplicably having 50% of requests jenkins redirect me https://127.0.0.1:8080/. jenkins url http://ci.example.com, neither on localhost or https.
ok, figured out after much, frustration. issue happening when post'ing data jenkins. used chrome record network traffic , saw request http://ci.example.com/j_acegi_security_check, returning 302 location: https://127.0.0.1:8080/
. further down saw browser sending header x-forwarded-proto: https
in request. ahhh, because had set website , forgot deactivate =(
after deactivating header, things have returned normal.
hopefully saves else headache suffered.
Comments
Post a Comment