Good morning everyone,

I am having problems setting up https in CAS 5.0.x gradle overlay, maybe
you could give me a hand.

I have the following properties in application.yml, keystore properties
duplicated to see if it works

server:
  port: 8888
  ssl:
    enabled: true
    keyStorePassword: changeit
    key-store-password: changeit
    keyPassword: changeit
    key-password: changeit
    keyStore: file:/etc/cas/thekeystore
    key-store: file:/etc/cas/thekeystore


But I'm getting this:

***************************
APPLICATION FAILED TO START
***************************

Description:

The Tomcat connector configured to listen on port 8888 failed to start. The
port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's
listening on port 8888, or configure this application to listen on another
port.


Thanks a lot!
David

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.

Reply via email to