This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Attempts to connect to 127.0.0.1:6379 despite being configured otherwise #14
Comments
I'm not using a JSON Caddyfile. I've noticed that
Presumably this is the root of the problem? Any advice on how to correct this would be welcome! |
I have the same issue. Not working even from env or from static config |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've built Caddy with the
caddy-tlsredis
module but I'm seeing connection problems. Caddy version:I have configured Caddy as follows:
However I'm seeing this in the logs when starting Caddy:
It's quite likely I've made a mistake somewhere but it's unclear to me where! I am aware that
127.0.0.1:6379
is the Redis default but I don't understand why Caddy (or this module) is attempting to connect to it, given that I have specified the host and port as well as address. I have also tried setting just theaddress
and also just thehost
andport
. I've even tried adding CADDY_CLUSTERING_REDIS_PORT etc in the environment but I still get the same error.Thanks in advance.
The text was updated successfully, but these errors were encountered: