Dmitriy,
I think I have it fixed now. The certificate I had generated was good
until March 2016 and had expired. I also set the following two properties
which ultimately fixed the issue:
systemProperty 'javax.net.ssl.trustStore',
"${project.projectDir}/etc/jetty/keystore"
systemProperty 'javax.net.ssl.trustStorePassword', 'changeit'
Make sure you are using Java 1.7. Please let me know.
Regards,
William Crowell
--
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/.