Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior When server enable tls and go-redis tls config is not correct, error message should be TLS handshake timeout. <!--- Tell us what should happen --> ## Current Behavior Error message is i/o timeout. <!--- Tell us what happens instead of the expected behavior --> ## Possible Solution See golang http transport: https://github.com/golang/go/blob/master/src/net/http/transport.go#L1563