[cas-user] Re: CAS keeps generating RegexRegisteredService-********.json files in CAS/Services folder

2019-08-30 Thread john
Andy, i am using cas 5.2.3 version. i have attached the cas.properties for reference Thanks John. On Friday, August 30, 2019 at 1:31:39 PM UTC+5:30, Andy Ng wrote: > > Hmm very strange, it shouldn't do that, at least it doesn't do that in my > CAS deployment. What is the version of CAS that

[cas-user] CAS 5.1.1. EhCacheTicketRegistry problem.

2019-08-30 Thread Filip Majernik
Hello, I am using the EhCacheTicketRegistry, within an instance of CAS 5.1.1. Our performance tests of the application showed, that about a 50% of our log-in request fail. The reason for that is that sometimes the service ticket is not found in the ticket registry, although it has been

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread David Curry
You need to figure out why this: 2019-08-30 13:52:12,289 ERROR [org.jasig.cas.client.util.CommonUtils] - Error getting response from host: [ssp.emd-management.fr] with path: [/cas/p3/serviceValidate] and protocol: [https] Error Message: Connection refused (Connection refused) is happening.

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread Samuel GARÇON
Same result from the cas log file : 2019-08-30 13:50:37,100 DEBUG [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - https://ssp.emd-management.fr/cas-management/manage.html] to participate in the existing SSO session> 2019-08-30 13:50:37,101 DEBUG

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread Samuel GARÇON
Hello David, The CAS Dashboard and the CAS Management are running on the same host. The DNS is pointing on the CAS server : C:\Users\Samuel.GARCON>nslookup ssp.emd-management.fr Server: w-app-1.emd-management.fr Address: 172.16.17.3 Name:ssp.emd-management.fr Address: 192.168.200.11

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread David Curry
Are the CAS dashboard and CAS management server running on the same host? Is your DNS doing the wrong thing and you're connecting to localhost (127.0.0.1) instead of the interface where Tomcat is listening? I would turn on some logging or tracing and verify that the IP/port your client is

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread Samuel GARÇON
Hi Matthew, SSL cert used is valid util 21-Oct-20. There is a firewall between the server and the client, but nothing is blocked, and some services (CAS/SAML) are working. When i'm testing from the cas dashboard or from the cas-management web aps the connection is refused. But if i'm testing

Re: [cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread Matthew Uribe
Just my initial thoughts: is there an expired SSL cert or a closed port in a firewall? The connection refused seems to indicate something possibly along those lines. On Fri, Aug 30, 2019, 3:23 AM Samuel GARÇON wrote: > Hi, > > I'm sorry to post again, but i really need some help. > > Thanks, >

[cas-user] Re: CAS 5.0.6, VersionResourceResolver and Cache-Busting

2019-08-30 Thread Sam Hough
Alternative solution (definitely not saying better): Have own version of cas-theme-default.properties cas.standard.css.file=/css/cas.css?v=${project.version} cas.admin.css.file=/css/admin.css?v=${project.version} cas.javascript.file=/js/cas.js?v=${project.version} Get Maven to "filter" this file

[cas-user] Re: Connection refused / Your account is forbidden to login at this thime

2019-08-30 Thread Samuel GARÇON
Hi, I'm sorry to post again, but i really need some help. Thanks, Sam Le jeudi 29 août 2019 18:11:25 UTC+2, Samuel GARÇON a écrit : > > Hi, > > After somme extensive debug, some services are working : > > - G Suite (SAML via SAML SP Integration) OK > - WordPress Auth (CAS) OK > - SalesForce

[cas-user] Re: CAS keeps generating RegexRegisteredService-********.json files in CAS/Services folder

2019-08-30 Thread Andy Ng
Hmm very strange, it shouldn't do that, at least it doesn't do that in my CAS deployment. What is the version of CAS that you use? - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: