SSL with ClientAuthentication ="true" with CAS

2 messages Options
Embed this post
Permalink
nedim ozan tekin

SSL with ClientAuthentication ="true" with CAS

Reply Threaded More More options
Print post
Permalink
Hi friends,
i m using cas.war.
i configured jboss portal 2.7.2 to use SSL.
the server.xml like this:
<Connector port="8888" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
clientAuth="true" sslProtocol="TLS"
keystoreFile= "/cert/keystore"
keystorePass="changeit"
/>

without clientAuth. everythig works successfully. i can login successfully, and cas redirects me post login page.
bu after, i do clientAuthentication=true.i install user certificate to browser, when i write https://xxx.gov.tr:8443/portal 
it asks a client certificte and reach cas login page, but after i login, i get below error:

Unable to validate ProxyTicketValidator.
please help me...

what could be the problem(s)??
Thanx
--
You are currently subscribed to [hidden email] as: [hidden email]
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
Marvin Addison

Re: SSL with ClientAuthentication ="true" with CAS

Reply Threaded More More options
Print post
Permalink
Please move this question to the cas-user list.  Help and
troubleshooting are best answered on cas-user, and you'll reach a much
wider audience there.

M

On Wed, Jun 17, 2009 at 5:01 AM, nediim ozan
tekin<[hidden email]> wrote:

> Hi friends,
> i m using cas.war.
> i configured jboss portal 2.7.2 to use SSL.
> the server.xml like this:
> <Connector port="8888" maxHttpHeaderSize="8192"
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> enableLookups="false" disableUploadTimeout="true"
> acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
> clientAuth="true" sslProtocol="TLS"
> keystoreFile= "/cert/keystore"
> keystorePass="changeit"
> />
>
> without clientAuth. everythig works successfully. i can login successfully, and cas redirects me post login page.
> bu after, i do clientAuthentication=true.i install user certificate to browser, when i write https://xxx.gov.tr:8443/portal
> it asks a client certificte and reach cas login page, but after i login, i get below error:
>
> Unable to validate ProxyTicketValidator.
> please help me...
>
> what could be the problem(s)??
> Thanx
> --
> You are currently subscribed to [hidden email] as: [hidden email]
> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
>

--
You are currently subscribed to [hidden email] as: [hidden email]
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev