mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71aa64ae25
Backport #20967 Currently, it's impossible to connect to self-signed TLS encrypted redis instances. The problem lies in inproper error handling, when building redis tls options - only invalid booleans are allowed to be used in `tlsConfig` builder. The problem is, when `strconv.ParseBool(...)` returns error, it always defaults to false - meaning it's impossible to set `tlsOptions.InsecureSkipVerify` to true. Fixes #19213 Co-authored-by: Igor Rzegocki <ajgon@users.noreply.github.com> |
2 years ago | |
---|---|---|
.. | ||
leveldb.go | 4 years ago | |
manager.go | 3 years ago | |
manager_leveldb.go | 3 years ago | |
manager_redis.go | 2 years ago | |
manager_redis_test.go | 2 years ago | |
redis.go | 3 years ago | |
redis_test.go | 4 years ago |