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

Unable to switch back to previous server after trying to connect to other server. #523

Open
Kavan-Dalwadi opened this issue Jun 7, 2023 · 1 comment

Comments

@Kavan-Dalwadi
Copy link

Kavan-Dalwadi commented Jun 7, 2023

I have installed redis-server on localhost, on fresh installing redis-commander was able to connect to local Redis server using redis-commander . When tried to connect to Redis server hosted on AWS EC2 got error
Command redis-commander --redis-host redis.abc.com --redis-port 443 --redis-tls as I was able to connect to the same server using redis-cli -h redis.abc.com -p 443
Redis error ParserError: Protocol error, got "H" as reply type byte. Please report this.

After that onwards when trying to connect local redis getting the same error, using redis-commander

@sseide
Copy link
Collaborator

sseide commented Jun 7, 2023

redis-cli -h redis.abc.com -p 443 would be without TLS. But you configured redis-commander to use TLS. You checked to use the correct setting for localhost respective AWS server connection?
And googling for this error message (it is a error by IOREDIS library, not redis-commander itself) shows a lot of hits in regard to a proxy in between the client and Redis. HTTPS port 443 is really the correct one? Please check all settings / ports / hostnames again.

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

No branches or pull requests

2 participants