This was recently fixed in the 3.5.x branch.
Try this zip file instead: https://github.com/Jasig/cas/archive/3.5.x.zip .or alternatively, git checkout the 3.5.x branch on the github repo. Misagh From: Chen, Dong [mailto:[email protected]] Sent: Wednesday, March 05, 2014 11:20 AM To: [email protected] Subject: [cas-dev] MVN Package Install CAS 3.5.2 Errors Hello, I downloaded CAS 3.5.2 release. I tried to run "mvn package install" on the source pom.xml. When it gets toward the end, I got some errors: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project cas-server-support-oauth: There are test failures [ERROR] Please refer to cas-server-3.5.2\cas-server-support-oauth\target\surefire-reports for the individual test results I looked one up and saw: -------------------------------------------------------------------------- ----- Test set: org.jasig.cas.support.oauth.web.OAuth10LoginControllerTests -------------------------------------------------------------------------- ----- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.286 sec <<< FAILURE! testOK(org.jasig.cas.support.oauth.web.OAuth10LoginControllerTests) Time elapsed: 0.282 sec <<< ERROR! org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: 'SSL is required ' How do I fix this if I maven from the source? Thank you, -Dong -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
