Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis3.2.8 remote connection JedisConnectionException #3882

Closed
ghost opened this issue Mar 16, 2017 · 2 comments
Closed

Redis3.2.8 remote connection JedisConnectionException #3882

ghost opened this issue Mar 16, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 16, 2017

I installed redis3.2.8 on remote server(centos6.7).But client(java) can't remote server.Redis3.0.7 is OK.
The Jedis catch exception is "JedisConnectionException("Could not get a resource from the pool", e)".

@schlitzered
Copy link

recent redis versions disallow remote clients to execute commands if no password is set.

you should set a viable passwort with the requirepass option, and call the "auth" + password in your client

@filipecosta90
Copy link
Contributor

filipecosta90 commented May 3, 2021

@ghost @schlitzered closing this one given it's outside the scope of the project and lacks details ( please follow up on https://github.com/redis/jedis/issues if this is still a valid issue )

Keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. Questions should be directed to the community:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants