login - sonatype nexus does not fully log in -


i upgraded nexus 1.8.0.1 2.8.0-05 , cannot log in anymore. when try login nothing happens. there still "log in" button on top right , menu on left not show (except there when not being logged in). so, login has no effect.

i tried log in invalid account info , gives me login error ("incorrect username, pass..."), login data checked. tried admin , user login - no difference. actual content still there (all repos artifacts) , shown in browser.

how can log in?

details: upgraded nexus 1.8.0.1 2.7.2-03 (file: "nexus-2.7.2-bundle.tar") , 2.8.0-05 (file: "nexus-2.8.0-05-bundle.tar") on centos 5.10 according upgrade notes , instructions found (except step plexus there no such file). nexus 2.7 got invalidmagicmimeentryexception according nexus-6102 fixed in 2.8 , therefore went on upgrading 2.8 , not happen anymore - i'm not sure, if has caused problem.

this bit of shot in dark... know of issue cause this. if have ssl enabled reverse proxy (like nginx or apache+mod_proxy) in front of nexus need make sure setting x-forwarded-proto header. if you're using apache can with:

requestheader set x-forwarded-proto "https" 

if isn't problem i'm going need diagnostic information. if can submit nexus.log file https://support.sonatype.com i'll take @ it.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -