Re: [cas-user] cas-overlay-template sutck with warnings

2018-05-17 Thread Matthew Uribe
Did you create a keystore file 'thekeystore' under '/etc/cas'? I don't see any reference to it in your cas.properties. If you are using the embedded Tomcat, you need to include the keystore properties in the cas.properties file. Check out the README.md file that comes with the overlay. On

Re: [cas-user] cas-overlay-template sutck with warnings

2018-05-16 Thread Érico
Thks for David Curry's site. I will follow it It is ok for me to use 8443 . I tried before posting to the group : https://localhost:8443/cas but I get the following error : SSL_ERROR_NO_CYPHER_OVERLAP 2018-05-16 11:57 GMT-03:00 Matthew Uribe : > Érico, > > Based on

Re: [cas-user] cas-overlay-template sutck with warnings

2018-05-16 Thread Matthew Uribe
Érico, Based on this https://github.com/apereo/cas-overlay-template I would say that 8080 and 8443 should both be open while the overlay embedded Tomcat is running. However, it's also my understanding that CAS requires SSL, so the fact that you have no process listening on port 8080, but java is

Re: [cas-user] cas-overlay-template sutck with warnings

2018-05-16 Thread Érico Teixeira
Hello Matt Thks for the reply I try to access through browser but nothing happens : http://localhost:8080/cas My /etc/cas/config/cas.properties content is the following : #cas.server.name: https://cas.example.org:8443 #cas.server.prefix: https://cas.example.org:8443/cas cas.server.name:

Re: [cas-user] cas-overlay-template sutck with warnings

2018-05-16 Thread Matthew Uribe
Have you tried going to the CAS webpage? It should load. The warnings are just letting you know that since you didn't define the keys in cas.properties, it's created them for you. If I recall from my experience with ./build.sh run, it will sit on the console because the process is still running.

[cas-user] cas-overlay-template sutck with warnings

2018-05-16 Thread Érico Teixeira
Hello I've downloaded cas-overlay-template from https://github.com/apereo/cas-gradle-overlay-template Then copied the project config folder to /etc/cas grating reading perms to its content I'm using macOS High Sierra Trying run cas-overlay-template through: /build.sh run; It builds the