“Connection refused” (another one)
-
Hi,
I’m trying to setup this plugin with a remote redis server, my configuration is as follows:wp-config:
WP_REDIS_HOST: "oam-db.skyxxxxxx.com" WP_REDIS_PORT: 6379 WP_REDIS_TIMEOUT: 1 WP_REDIS_READ_TIMEOUT: 1 WP_REDIS_PASSWORD: ["gaxxx","••••••••"]Redis server log (When Loading my WP site):
32323:M 28 Jul 2022 12:04:30.183 - Accepted 95.217.xxx.xxx:35880 32323:M 28 Jul 2022 12:04:30.262 - Client closed connection
Redis Object Cache – Diagnostics:Status: Not connected Client: PhpRedis (v5.3.7) Drop-in: Valid Disabled: No Ping: Errors: [ "Connection refused" ] PhpRedis: 5.3.7 Relay: Not loaded Predis: Not loaded Credis: Not loaded PHP Version: 8.0.21 Plugin Version: 2.1.6 ...Why am I getting a connection refused error, when the request clearly reaches the redis server? I also tried setting a bogus username in wp-config to see if the error changes, and is does (so my auth array is correctly set).
I’am also running another web application on the same server as my wordpress site without any problems (using the same redis host and same redis port).
any Ideas?
Cheers
Lucas
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘“Connection refused” (another one)’ is closed to new replies.