Hi, I just went through the logs of a new installation of 6.1 RC6 and found the same logging entry like Matt with Version 5.1.
2019-09-20 16:38:26,277 DEBUG [org.apereo.cas.config.HazelcastTicketRegistryConfiguration] - <Created Hazelcast map configuration for [DefaultTicketDefinitionProperties(cascade=false, storageName=serviceTicketsCache, storageTimeout=10, storagePassword=null)]> ... 2019-09-20 16:38:33,655 INFO [org.apereo.cas.util.CoreTicketUtils] - <Ticket registry encryption/signing is turned off. This MAY NOT be safe in a clustered production environment. Consider using other choices to handle encryption, signing and verification of ticket registry tickets, and verify the chosen ticket registry does support this behavior.> Accoring to the logs HZ ist starting and according to netstat is is also running as expected. I had a quick look at the soruces and there is no way around, that the function ticketRegistry() in the CasCoreTicketsConfiguration class is getting called after the HZ ticket registry is created --> where can I, as mentioned by Misagh, report this as a Bug? -- - 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/6b448aa8-edac-44f7-925b-c1930227d29a%40apereo.org.
