RE: trying to implement SSL configuration

2018-07-03 Thread Liron Ben Ari
Sent: Monday, July 2, 2018 7:07 PM To: dev@geode.apache.org Cc: Gregory Vortman ; Ori Levy ; Ari Erev Subject: Re: trying to implement SSL configuration Why did you change the number of threads to 0 (and which setting did you change)? AFAIK this is not a requirement. Anthony > On Jul 1,

Re: trying to implement SSL configuration

2018-07-02 Thread Udo Kohlmeyer
e 20, 2018 6:57 PM To: dev@geode.apache.org <mailto:dev@geode.apache.org> Subject: Re: trying to implement SSL configuration Hi Liron, The first thing that jumps out to me when you say that GFSH could not connect to the JMX manager is that you need to have `jmx` in addition to `locator` in yo

Re: trying to implement SSL configuration

2018-07-02 Thread Anthony Baker
t; -Original Message- > From: Liron Ben Ari > Sent: Sunday, June 24, 2018 12:58 PM > To: dev@geode.apache.org <mailto:dev@geode.apache.org> > Cc: Gregory Vortman <mailto:gregory.vort...@amdocs.com>> > Subject: RE: trying to implement SSL configuration > > Th

RE: trying to implement SSL configuration

2018-07-01 Thread Liron Ben Ari
r any help :) -Original Message- From: Liron Ben Ari Sent: Sunday, June 24, 2018 12:58 PM To: dev@geode.apache.org Cc: Gregory Vortman Subject: RE: trying to implement SSL configuration Thanks a lot for your respond Ryan, I've used the ssl-enabled-components=all parameter. All my c++ clie

RE: trying to implement SSL configuration

2018-06-24 Thread Liron Ben Ari
e=JKS ssl-truststore=/users/xpiwrk1/Amdocs-Test-CA-simple/Amdocs-Test-CA-simple.jks ssl-truststore-password=changeit -Original Message- From: Ryan McMahon [mailto:rmcma...@pivotal.io] Sent: Wednesday, June 20, 2018 6:57 PM To: dev@geode.apache.org Subject: Re: trying to implement SSL configur

Re: trying to implement SSL configuration

2018-06-20 Thread Ryan McMahon
andshakeException: Received fatal alert: > handshake_failure] > > > > Thank you so much!!! > From: Ernest Burghardt [mailto:eburgha...@pivotal.io] > Sent: Tuesday, June 12, 2018 7:27 PM > To: u...@geode.apache.org > Cc: Udo Kohlmeyer ; dev@geode.apache.org; Gregory >

Re: trying to implement SSL configuration

2018-06-20 Thread Jacob Barrett
eived fatal alert: > handshake_failure] > > > > Thank you so much!!! > From: Ernest Burghardt [mailto:eburgha...@pivotal.io] > Sent: Tuesday, June 12, 2018 7:27 PM > To: u...@geode.apache.org > Cc: Udo Kohlmeyer ; dev@geode.apache.org; Gregory > Vortman ; Vladi Polonsk

RE: trying to implement SSL configuration

2018-06-20 Thread Liron Ben Ari
much!!! From: Ernest Burghardt [mailto:eburgha...@pivotal.io] Sent: Tuesday, June 12, 2018 7:27 PM To: u...@geode.apache.org Cc: Udo Kohlmeyer ; dev@geode.apache.org; Gregory Vortman ; Vladi Polonsky ; Alon Bar-Lev Subject: Re: trying to implement SSL configuration Hello, For "native"

Re: trying to implement SSL configuration

2018-06-12 Thread Ernest Burghardt
To: Udo Kohlmeyer ; dev@geode.apache.org; > u...@geode.apache.org > Cc: Gregory Vortman ; Vladi Polonsky > ; Alon Bar-Lev > Subject: RE: trying to implement SSL configuration > > Hi , > Thanks you for the quick respond. > So according to the link you send, the keystore type

RE: trying to implement SSL configuration

2018-06-12 Thread Liron Ben Ari
: Udo Kohlmeyer ; dev@geode.apache.org; u...@geode.apache.org Cc: Gregory Vortman ; Vladi Polonsky ; Alon Bar-Lev Subject: RE: trying to implement SSL configuration Hi , Thanks you for the quick respond. So according to the link you send, the keystore type is jks as well. I will try and update

RE: trying to implement SSL configuration

2018-06-12 Thread Liron Ben Ari
Subject: Re: trying to implement SSL configuration Hi there, Have you tried the following? https://docs.oracle.com/cd/E19798-01/821-1841/gjrgy/index.html I have not tried to use a PKCS12 keystore type. Was there a particular reason why you are using it? Could you try with a JKS? --Udo On 6

Re: trying to implement SSL configuration

2018-06-11 Thread Anthony Baker
You may want to enable ssl debugging: -Djavax.net.debug=all https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html Anthony > On Jun 11, 2018, at 3:49 PM, Udo Kohlmeyer wrote: > > Hi there, > > Have you tried the following? > > https://docs.oracle.com/cd/E19798

Re: trying to implement SSL configuration

2018-06-11 Thread Udo Kohlmeyer
Hi there, Have you tried the following? https://docs.oracle.com/cd/E19798-01/821-1841/gjrgy/index.html I have not tried to use a PKCS12 keystore type. Was there a particular reason why you are using it? Could you try with a JKS? --Udo On 6/11/18 03:31, Liron Ben Ari wrote: Hello team. I am