go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

When server enable tls, go-redis tls config is not correct. it will return i/o timeout error message

Open Patrick0308 opened this issue 2 years ago • 0 comments

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

Patrick0308 avatar Sep 11 '23 03:09 Patrick0308