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 <[email protected]>: > É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 listening > on 8443 is not too surprising to me. Someone with more experience using the > embedded Tomcat can correct me if I'm wrong. Why don't you want to use > 8443? If SSL cert is the issue, a self-signed cert should be suitable for > test/dev purposes. > > When I started in CAS 5, not long ago, I was on a similar track. The guide > that David Curry put together is super helpful. Have you taken the time to > look at it? > https://dacurry-tns.github.io/deploying-apereo-cas/ > introduction_overview.html > > > [image: Aims Community College Top Work Places 2018 - The Denver Post] > Matt Uribe > Programmer Analyst II > Information Technology > Aims Community College > 970.339.6375 > [email protected] <[email protected]> > 5401 W. 20th Street > <https://maps.google.com/?q=5401+W.+20th+Street+Greeley,+CO,+80634&entry=gmail&source=g> > Greeley, CO, 80634 > <https://maps.google.com/?q=5401+W.+20th+Street+Greeley,+CO,+80634&entry=gmail&source=g> > www.aims.edu > <https://www.aims.edu/about/social-media/> > > > *IT staff will never ask you for your username and password. * > > > *Always decline to provide the information and report such attempts to the > Help Desk (x6380).* > > > On Wed, May 16, 2018 at 8:28 AM, Érico Teixeira <[email protected]> > wrote: > >> 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: http://localhost:8080 >> cas.server.prefix: http://localhost:8080/cas >> >> cas.server.http.port=8080 >> >> cas.adminPagesSecurity.ip=127\.0\.0\.1 >> >> cas.authn.accept.users= >> >> logging.config: file:/etc/cas/config/log4j2.xml >> # cas.serviceRegistry.config.location: classpath:/services >> >> is that ok ? >> >> >> shouldn't 8080 port been open ? >> >> cas-overlay-template-master ericomartins$ lsof -i :8080 >> --- no result here ---- >> >> cas-overlay-template-master ericomartins$ lsof -i :8443 >> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE >> NAME >> java 26098 ericomartins 32u IPv6 0xff2c21fe03059105 0t0 TCP >> *:pcsync-https (LISTEN) >> >> >> Thks >> >> >> Em quarta-feira, 16 de maio de 2018 11:05:15 UTC-3, Matthew Uribe >> escreveu: >>> >>> 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. That's normal in the console >>> while the process continues to run. >>> >>> [image: Aims Community College Top Work Places 2018 - The Denver Post] >>> Matt Uribe >>> Programmer Analyst II >>> Information Technology >>> Aims Community College >>> 970.339.6375 >>> [email protected] >>> 5401 W. 20th Street >>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__maps.google.com_-3Fq-3D5401-2BW.-2B20th-2BStreet-2BGreeley-2C-2BCO-2C-2B80634-26entry-3Dgmail-26source-3Dg&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=KhpyEj51MiP-FxT85-hndX37D9BZT3kffQAjB6QYcWc&e=> >>> Greeley, CO, 80634 >>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__maps.google.com_-3Fq-3D5401-2BW.-2B20th-2BStreet-2BGreeley-2C-2BCO-2C-2B80634-26entry-3Dgmail-26source-3Dg&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=KhpyEj51MiP-FxT85-hndX37D9BZT3kffQAjB6QYcWc&e=> >>> www.aims.edu >>> <https://www.aims.edu/about/social-media/> >>> >>> >>> *IT staff will never ask you for your username and password. * >>> >>> >>> *Always decline to provide the information and report such attempts to the >>> Help Desk (x6380).* >>> >>> >>> On Wed, May 16, 2018 at 7:43 AM, Érico Teixeira <[email protected]> >>> wrote: >>> >>>> Hello >>>> >>>> I've downloaded cas-overlay-template from >>>> https://github.com/apereo/cas-gradle-overlay-template >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apereo_cas-2Dgradle-2Doverlay-2Dtemplate&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=NVCadQIWUuBJj0rmT3tSW0xtArY6n0lJib4lkiPznJg&e=> >>>> >>>> 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 package but when starting it shows some warnings like : >>>> >>>> WARN [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Runtime >>>> memory is used as the persistence storage for retrieving and managing >>>> tickets. Tickets that are issued during runtime will be LOST upon container >>>> restarts. This MAY impact SSO functionality.> >>>> 2018-05-16 10:31:01,136 WARN >>>> [org.apereo.cas.config.CasCoreServicesConfiguration] >>>> - <Runtime memory is used as the persistence storage for retrieving and >>>> persisting service definitions. Changes that are made to service >>>> definitions during runtime WILL be LOST upon container restarts. Ideally >>>> for production, you need to choose a storage option (JDBC, etc) to store >>>> and track service definitions.> >>>> 2018-05-16 10:31:02,386 WARN >>>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] >>>> - <Secret key for encryption is not defined for [Ticket-granting Cookie]; >>>> CAS will attempt to auto-generate the encryption key> >>>> 2018-05-16 10:31:02,423 WARN >>>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] >>>> - <Generated encryption key [ddpmDx_7JI_BNeK365hI-EVbHwatnX8KhuTYLjQDp10] >>>> of size [256] for [Ticket-granting Cookie]. The generated key MUST be added >>>> to CAS settings under setting [cas.tgc.crypto.encryption.key].> >>>> 2018-05-16 10:31:02,438 WARN >>>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] >>>> - <Secret key for signing is not defined for [Ticket-granting Cookie]. CAS >>>> will attempt to auto-generate the signing key> >>>> 2018-05-16 10:31:02,447 WARN >>>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] >>>> - <Generated signing key [AYJxpl7vcsvagtFtWZ9RG6DUJ7k5x >>>> jy-5Bzt9wUsCuUeawEtP0VHJB3XlP7YF7yOPDAmAxtLALqPN_K7p3g86w] of size >>>> [512] for [Ticket-granting Cookie]. The generated key MUST be added to CAS >>>> settings under setting [cas.tgc.crypto.signing.key].> >>>> 2018-05-16 10:31:03,421 WARN >>>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] >>>> - <Secret key for signing is not defined under [ >>>> cas.webflow.crypto.signing.key]. CAS will attempt to auto-generate the >>>> signing key> >>>> 2018-05-16 10:31:03,424 WARN >>>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] >>>> - <Generated signing key [1Ys3L97Olngrj6vOOhBk5QaO6rGED >>>> SA0AsQfbBkEryN_5RlgMlUAXzc8fZeaFzez-JQKm9_ID4g0JDBWfHQsFQ] of size >>>> [512]. The generated key MUST be added to CAS settings under setting [ >>>> cas.webflow.crypto.signing.key].> >>>> 2018-05-16 10:31:03,424 WARN >>>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] >>>> - <Secret key for encryption is not defined under >>>> [cas.webflow.crypto.encryption.key]. CAS will attempt to auto-generate >>>> the encryption key> >>>> 2018-05-16 10:31:03,443 WARN >>>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] >>>> - <Generated encryption key [CcOzv2YuBrKtHMgU5pkgyQ] of size [16]. The >>>> generated key MUST be added to CAS settings under setting >>>> [cas.webflow.crypto.encryption.key].> >>>> >>>> and gets stuck on the console for ever >>>> >>>> the are no errors on CAS log files >>>> >>>> Please can someone help me out on this? >>>> >>>> -- >>>> - Website: https://apereo.github.io/cas >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__apereo.github.io_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=gsKGeqasIizrGY4xC4D_wjBmvo2L9EPPw2_5Z4i3CJA&e=> >>>> - Gitter Chatroom: https://gitter.im/apereo/cas >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__gitter.im_apereo_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=elqONXQcc5UASYrDYmxV-GAOZbJsmLlWmiUwUIuwtLs&e=> >>>> - List Guidelines: https://goo.gl/1VRrw7 >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_1VRrw7&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=W9Kb-pRoGGc5A8EalJDjLxQsgvNrtA2vkuwOQpdYiH8&e=> >>>> - Contributions: https://goo.gl/mh7qDG >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_mh7qDG&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=qUbxyF0tYEu2u_Of0O-fTsu36xbridRg8YGOx0M8M5A&e=> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "CAS Community" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit https://groups.google.com/a/ap >>>> ereo.org/d/msgid/cas-user/d8bb88b5-8c58-4590-aacc-6e207e08aa >>>> 9d%40apereo.org >>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_a_apereo.org_d_msgid_cas-2Duser_d8bb88b5-2D8c58-2D4590-2Daacc-2D6e207e08aa9d-2540apereo.org-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=TPPr7BN1bB5i6E_tBgd74cKjjletLIus5dBk9XKuapg&e=> >>>> . >>>> >>> >>> -- >> - Website: https://apereo.github.io/cas >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__apereo.github.io_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=v80KAU6kki4BxpeXYrHdpKLsFZmpf9z0VNhUKT8SXuM&e=> >> - Gitter Chatroom: https://gitter.im/apereo/cas >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__gitter.im_apereo_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=xJ_hoJkat9_cogsEND4NqQwG44h5GgvG1EmR22eVcDM&e=> >> - List Guidelines: https://goo.gl/1VRrw7 >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_1VRrw7&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=pHb0B5aKGseYFMK3z5vFmgFytqQ-cV8b704W2Pcjt2U&e=> >> - Contributions: https://goo.gl/mh7qDG >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_mh7qDG&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=eeeNbiWSNGwPzCrSdBEfMWGsnPuq5Xv5qLNm7mJ6Fn0&e=> >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/a/ap >> ereo.org/d/msgid/cas-user/f4bef945-f5c3-4a6d-892a-c7b2a78dc0 >> 64%40apereo.org >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_a_apereo.org_d_msgid_cas-2Duser_f4bef945-2Df5c3-2D4a6d-2D892a-2Dc7b2a78dc064-2540apereo.org-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=74ae6O5jGE8dwl-WxhMxupvxYdgSeIbxq8bMQ2kSDmY&s=FNqerlRDE-4fOpx0KMCUUTDkcx5xdTOFfH4gYWrogFU&e=> >> . >> > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/a/ > apereo.org/d/msgid/cas-user/CA%2Bdxy9ec9nMFx9caKt3vdE1za% > 3DsgROwrRPW-RYhrbJQNcq2vww%40mail.gmail.com > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CA%2Bdxy9ec9nMFx9caKt3vdE1za%3DsgROwrRPW-RYhrbJQNcq2vww%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAORQCTJBUVDcqe1uKa0vQXRZer9QrxDFRTwmqGXOWMJ6ioQyCg%40mail.gmail.com.
