Re: behavior of "connect" command when --use-ssl

2017-08-04 Thread Jared Stewart
d that too. It would be nice to have those other commands >> NOT do these sort of things either. It is a change if behavior, but how >> many users are using this behavior? >> >> >> >> Original Message >> Subject: Re: behavior of "

Re: behavior of "connect" command when --use-ssl

2017-08-03 Thread John Blum
Message -------- > Subject: Re: behavior of "connect" command when --use-ssl > From: John Blum > To: geode > CC: > > > Well, then `connect` will be inconsistent with other commands (e.g. `start > locator`) at best. > > Geode is going to pick up the gfSecurity

Re: behavior of "connect" command when --use-ssl

2017-08-03 Thread John Blum
Well, then `connect` will be inconsistent with other commands (e.g. `start locator`) at best. Geode is going to pick up the gfSecurity.properties file in your HOME directory whether you want it to or not, and especially regardless of the options given to either `start locator` or `start server` si

Re: behavior of "connect" command when --use-ssl

2017-08-03 Thread Jinmei Liao
I don't have any problem of having all the "security" info in another properties file, but the fact that it's still trying to load a property file even if the command did not say so explicitly. I might have such a file sitting in my home dir for some occasions, but I may not want to use it in this

Re: behavior of "connect" command when --use-ssl

2017-08-03 Thread Kirk Lund
Historically, gfSecurity.properties is a companion to gemfire.properties in which sensitive key/value pairs can be kept in. The log banner does not (or did not) log any values in gfSecurity.properties. Users would also typically protect gfSecurity.properties with tighter permissions than gemfire.pr