Re: [cas-user] CAS javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-02-05 Thread Marvin Addison
I can login successfully to CAS, e.g. to: http://portal.acmeinc.com/cas/services You mentioned SSL configuration but the URL above is plain http. You should configure your servlet container to redirect requests for http to https. Not sure that will solve the problem, but your SSL trace suggests

Re: [cas-user] CAS javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-02-05 Thread michael maceachran
Change  http://portal.acmeinc.com/CH/index.jsp  To HTTPS:// I don't understand the stack trace, but when you download those 6 control characters, you a accessing a SSL port with http.  Either change the port to a non-SSL or use https Hope this helps! On Wednesday, February 5, 2014 12:06 AM,

[cas-user] CAS javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-02-04 Thread Richard Mixon
After getting the various pieces to work piecemeal in a development environment I am trying to integrate in a production environment and running into the above problem. Here are the pieces, all on CENTOS 6.4 with Java 7: - Apache HTTPD running a single virtual host that runs a wordpress