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

Unable to access http://localhost:8080/management #3

Closed
mblund opened this issue Apr 23, 2013 · 2 comments
Closed

Unable to access http://localhost:8080/management #3

mblund opened this issue Apr 23, 2013 · 2 comments

Comments

@mblund
Copy link

mblund commented Apr 23, 2013

I have problem reaching the managment url. I have followed the instructions

  • cd cas-overlay-demo
  • mvn clean install
  • cd cas-overlay-server-demo
  • mvn jetty:run
  • call the http://localhost:8080/management url to access the CAS services management webapp
  • be redirected to CAS server and authenticate (username: jleleu, password: jleleu)
  • be redirected back to the CAS services management webapp, being successfully authenticated.

But in the last step I get redirected to http://localhost:8080/cas-management/j_spring_cas_security_check?ticket=...
which only shows

HTTP ERROR: 404
Problem accessing /cas-management/j_spring_cas_security_check. Reason:
Not Found
Powered by Jetty://

The only error message I can see is the warning on the CAS authenticate page: "Non-secure Connection. You are currently accessing CAS over a non-secure connection. Single Sign On WILL NOT WORK. In order to have single sign on work, you MUST log in over HTTPS."

@leleuj
Copy link
Collaborator

leleuj commented Apr 23, 2013

I just fixed the context path for the management webapp : should be ok now...

@mblund
Copy link
Author

mblund commented Apr 23, 2013

ok, I tried it now and it works fine to access /cas-management.
Maybe a good idea to update readme text from http://localhost:8080/management to http://localhost:8080/cas-management

@mblund mblund closed this as completed Apr 23, 2013
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