Hello everybody,
I am a new Acegi Security user and I have the same problem that jpwinans explains.
My acegi-cas web app is running on:
- JDK 1.5
Tomcat 5.5.9
Acegi Security 0.8.2
CAS 2.0.12
Windows XP
First, I created the SSL certificate with the CN as localhost and the application works if you where accessing it from the same machine, but from another machine it did not work, I got
Code:
The connection was refused when attempting to contact localhost:8443
Then I created a new SSL certificate with the CN as the IP address (10.131.5.40) of the machine where Tomcat is running. Then the application did not work accessing it from the local machine nor from another one. And we got the same exception as jpwinans:
Code:
[DEBUG,AbstractProcessingFilter,http-8443-Processor22] Authentication request failed: net.sf.acegisecurity.AuthenticationServiceEx
ception: HTTPS hostname wrong: should be <10.131.5.40>
I want to know if somebody has found a solution for this problem specially in windows.
Thank you in advance