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

SSL_connect failed: unexpected eof while reading #173

Open
InputOutputZ opened this issue Jul 24, 2023 · 3 comments
Open

SSL_connect failed: unexpected eof while reading #173

InputOutputZ opened this issue Jul 24, 2023 · 3 comments

Comments

@InputOutputZ
Copy link

InputOutputZ commented Jul 24, 2023

Hi there,

I tried to establish connection using TLS to the redis cluster via predixy and it returns the following error

Could not connect to Redis at 127.0.0.1:7617: SSL_connect failed: unexpected eof while reading

The command I run:-

redis-cli --tls --cacert /etc/redis/cert/ca.pem --cert /etc/redis/cert/client.pem --key /etc/redis/cert/clientkey.pem -p 7617 --askpass

Whilst running the following establishes the connection with Role:unknown if TLS mode was enabled i.e. doesn't recognise cluster:-

redis-cli -p 7617 --askpass

If it wasn't a bug, I wonder when predixy will support TLS? and if there are other alternatives, have anyone tried envoy proxy with TLS required? and if there is anything I can do to help implementing TLS support, please let me know.

With thanks.

Zakaria.

@fortrue
Copy link
Member

fortrue commented Jul 26, 2023

TLS is not supported now

@caojiajun
Copy link

camellia-redis-proxy support tls_connect, you can try it. @InputOutputZ

@InputOutputZ
Copy link
Author

camellia-redis-proxy support tls_connect, you can try it. @InputOutputZ

Thanks so much for letting me know, any further help would be too appreciated, please check this issue.
netease-im/camellia#130

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

3 participants