[cas-user] Java CAS client and Trust Store

2015-08-05 Thread Waldbieser, Carl
Is there some way to tell the Java CAS client what trust store it should be using? I may be using the incorrect terminology, so put another way: Is there a way to tell the Java CAS client that I want it to trust the CA certificates in a particular keystore file (.jks file) rather than the glob

RE: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Misagh Moayyed
lto:waldb...@lafayette.edu] > Sent: Wednesday, August 5, 2015 6:43 AM > To: cas-user@lists.jasig.org > Subject: [cas-user] Java CAS client and Trust Store > > > Is there some way to tell the Java CAS client what trust store it should > be using? > > I may be using the

Re: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Jérôme LELEU
Hi, You need to use the sslConfigFile option: https://github.com/Jasig/java-cas-client/blob/master/cas-client-core/src/main/java/org/jasig/cas/client/validation/AbstractTicketValidationFilter.java#L93 Thanks. Best regards, Jérôme 2015-08-05 15:42 GMT+02:00 Waldbieser, Carl : > > Is there some

Re: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Waldbieser, Carl
s just the path to a Java keystore, and the 'keyStorePass' is just the plaintext password? Thanks, Carl - Original Message - From: "Misagh Moayyed" To: cas-user@lists.jasig.org Sent: Wednesday, August 5, 2015 10:01:04 AM Subject: RE: [cas-user] Java CAS client and T

RE: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Misagh Moayyed
Yes, that should do it. > -Original Message- > From: Waldbieser, Carl [mailto:waldb...@lafayette.edu] > Sent: Wednesday, August 5, 2015 8:37 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Java CAS client and Trust Store > > Thanks. > > So wou

Re: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Waldbieser, Carl
: RE: [cas-user] Java CAS client and Trust Store Yes, that should do it. > -Original Message- > From: Waldbieser, Carl [mailto:waldb...@lafayette.edu] > Sent: Wednesday, August 5, 2015 8:37 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Java CAS client and Tr

RE: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Misagh Moayyed
What client version are you using? > -Original Message- > From: Waldbieser, Carl [mailto:waldb...@lafayette.edu] > Sent: Wednesday, August 5, 2015 10:50 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Java CAS client and Trust Store > > > Is there

Re: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Waldbieser, Carl
cas-client-core-3.1.12.jar Thanks, Carl - Original Message - From: "Misagh Moayyed" To: cas-user@lists.jasig.org Sent: Wednesday, August 5, 2015 1:53:55 PM Subject: RE: [cas-user] Java CAS client and Trust Store What client version are you using? > -Original Messag

RE: [cas-user] Java CAS client and Trust Store

2015-08-05 Thread Misagh Moayyed
age- > From: Waldbieser, Carl [mailto:waldb...@lafayette.edu] > Sent: Wednesday, August 5, 2015 10:59 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Java CAS client and Trust Store > > > cas-client-core-3.1.12.jar > > Thanks, > Carl > > -