RE: trying to implement SSL configuration

2018-07-03 Thread Liron Ben Ari
2018, at 10:29 PM, Liron Ben Ari wrote: > > Hi again... > After some functional test on the SSL configuration, we saw degradation of > 300% on performance!! > Does anyone have an experience? > Is there a some special tuning that I can do? > > We used this In our config

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
a minimum for GFSH to connect. it's a bit different if you pass --use-http to your `connect` command, but it doesn't appear you are doing that. Ryan On Wed, Jun 20, 2018 at 8:46 AM, Liron Ben Ari wrote: > Hi , > Well , I managed!! All my processes are talking with SSL configu

RE: trying to implement SSL configuration

2018-06-20 Thread Liron Ben Ari
C++ interaction have a look at geode-native/cppcache/integration-test/testThinClientSSL This should provide an example of connecting with SSL enabled... EB On Tue, Jun 12, 2018 at 2:48 AM, Liron Ben Ari mailto:liron.ben...@amdocs.com>> wrote: We check - the PKCS12 works - (as we saw i

RE: trying to implement SSL configuration

2018-06-12 Thread Liron Ben Ari
We check - the PKCS12 works - (as we saw it in the s_client) It looks like the server did not found a valid certificate... Maybe you have a working example? When the client is native c++? Thanks!! -Original Message- From: Liron Ben Ari Sent: Tuesday, June 12, 2018 11:25 AM To

RE: trying to implement SSL configuration

2018-06-12 Thread Liron Ben Ari
) The keystore for the native client should be in PEM format. -Original Message- From: Udo Kohlmeyer [mailto:ukohlme...@pivotal.io] Sent: Tuesday, June 12, 2018 1:49 AM To: dev@geode.apache.org; Liron Ben Ari ; u...@geode.apache.org Cc: Gregory Vortman ; Vladi Polonsky ; Alon Bar-Lev

trying to implement SSL configuration

2018-06-11 Thread Liron Ben Ari
Hello team. I am trying to move my Client server to work with SSL as part of Security POC we are running . I was moving on GEODE documents (there are a lot! :)) and there was a lot of different options... This is the configuration I used: I've generated Keystore & certificate using a privat