You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexandre Adao <aa...@yahoo.com> on 2011/09/28 18:17:38 UTC

TOMCAT-7.0 and SSL issues

I have a CAS server on Apache-Tomcat-7.0.19 on Windows 2008 and I need to apply the SSL. I followed this instructions ( https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method ),but when Apache restarts, I have the follwing error:
 
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-8443"]
java.lang.Exception: Connector attribute SSLCertificateFile must be defined when using SSL with APR
 
So this how I made it to work for my test SSL. I followed this instructions using Openssl. http://tomcat.apache.org/tomcat-3.3-doc/tomcat-ssl-howto.html#s6
 
My  question is, why my first aproach didn't work ?
 
Thanks for your help in Advance
 
--Alex Adao

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: TOMCAT-7.0 and SSL issues

Posted by Marvin Addison <ma...@gmail.com>.
> My  question is, why my first aproach didn't work ?

Likely because you specified the APR connector somewhere in your
connector config, yet the SSL instructions you cited for CAS describe
the setup for the pure-java connectors.  APR is a different (but
friendly) beast.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: TOMCAT-7.0 and SSL issues

Posted by Pid <pi...@pidster.com>.
On 28/09/2011 17:17, Alexandre Adao wrote:

Please start a new email, rather than replying to an existing thread "2
servlets on tomcat."  This is called thread hijacking.


p


Re: TOMCAT-7.0 and SSL issues

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/9/28 Alexandre Adao <aa...@yahoo.com>:
> I have a CAS server on Apache-Tomcat-7.0.19 on Windows 2008 and I need to apply the SSL. I followed this instructions ( https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method ),but when Apache restarts, I have the follwing error:
>
> SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-8443"]
> java.lang.Exception: Connector attribute SSLCertificateFile must be defined when using SSL with APR
>
> So this how I made it to work for my test SSL. I followed this instructions using Openssl. http://tomcat.apache.org/tomcat-3.3-doc/tomcat-ssl-howto.html#s6

"tomcat-3.3-doc"

Do you know where the proper docs for Tomcat 7.0 are?
Just make a guess.


>
> My  question is, why my first aproach didn't work ?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org