Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread David Curry
The overlay template you're using shouldn't make any difference. It's all about configuration. You need to set the cas.adminPagesSecurity.ip to a regex that matches where you want to access it from. For example: cas.adminPagesSecurity.ip: ^192\\.168\\.(50\\.[0-9]{1,3}|1\\.[12]0)$ This says allo

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread 123 456
Sorry, my mistake.. I'm running CAS 5.3 with the following release: https://github.com/apereo/cas-gradle-overlay-template. quinta-feira, 27 de Junho de 2019 às 16:02:27 UTC+1, David Curry escreveu: > > I'm not running CAS 6, so I can't tell you specifically for that release; > maybe someone else

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread David Curry
I'm not running CAS 6, so I can't tell you specifically for that release; maybe someone else can. -- DAVID A. CURRY, CISSP *DIRECTOR • INFORMATION SECURITY & PRIVACY* THE NEW SCHOOL • INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 +1 646 909-4728 • david.cu...@newschool.edu

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread 123 456
Still not working .. The used template is the right one? I used the following: https://github.com/apereo/cas-overlay-template quinta-feira, 27 de Junho de 2019 às 12:46:12 UTC+1, David Curry escreveu: > > My apologies... I told you to comment it out, but that's the default > value, so it's sti

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread David Curry
My apologies... I told you to comment it out, but that's the default value, so it's still picking it up from the default properties. You need to set it to a pattern that matches the host(s) you want to be able to access it from. See this page: https://dacurry-tns.github.io/deploying-apereo-cas/bui

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-27 Thread 123 456
I have commented out this line, but still doesn't work. I get the following error message when trying to access cas/status : [image: Capture.PNG] quarta-feira, 26 de Junho de 2019 às 18:07:19 UTC+1, David Curry escreveu: > > Unless you really want it to only be accessible from the local host th

Re: [cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-26 Thread David Curry
Unless you really want it to only be accessible from the local host that the server is running on, you need to comment out this line: cas.adminPagesSecurity.ip=127\.0\.0\.1 Or more appropriately, set it to a value that matches the IPs you want to be able to reach the status page. It's a Java rege

[cas-user] How do I enable cas/status page with CAS 5.3.2?

2019-06-26 Thread 123 456
Template: https://github.com/apereo/cas-gradle-overlay-template #= # cas.properties #= server.port = cas.server.name: https://{server}: cas.server.prefix: https://{server}:/cas cas.adminPagesSecurity.ip=127\.0\.0\.1 logging.config: file:/etc/cas/co