What version of geode are you using? Have you set the SecurityManager [1]? You might want to work through the client security example [2].
Anthony [1] https://geode.apache.org/docs/guide/14/managing/security/enable_security.html <https://geode.apache.org/docs/guide/14/managing/security/enable_security.html> [2] https://github.com/apache/geode-examples/tree/master/clientSecurity <https://github.com/apache/geode-examples/tree/master/clientSecurity> > On Apr 1, 2019, at 3:35 PM, Claudiu Balciza <cbalc...@1wa.org> wrote: > > I’m trying to secure a geode node. Single node for the time being. > I start both the locator and the server with > --J=-Dgemfire.jmx-manager-access-file=access.list > --J=-Dgemfire.jmx-manager-password-file=user.list > From GFSH I can only connect to the locator with the correct user/pwd > But from the application I can connect without any authentication. > What am I doing wrong? > > Claudiu Balcîza