The backend communication between cas and the client needs to be https, even if the browser URL is http.
Check tomcat config (or whatever container you are using), which also needs to know about the cert.
I have this in server.xml on my laptop:
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true" scheme="https" secure="true" keystorePass="password"
keystoreFile="/etc/ssl/certs/thekeystore" clientAuth="false" sslProtocol="TLS">
</Connector>
Ray
On Mon, 2023-06-19 at 04:43 -0700, fasr favk wrote:
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.