go-redis
go-redis copied to clipboard
When server enable tls, go-redis tls config is not correct. it will return i/o timeout error message
Issue tracker is used for reporting bugs and discussing new features. Please use stackoverflow for supporting issues.
Expected Behavior
When server enable tls and go-redis tls config is not correct,
error message should be TLS handshake timeout.
Current Behavior
Error message is i/o timeout.
Possible Solution
See golang http transport: https://github.com/golang/go/blob/master/src/net/http/transport.go#L1563