mariusbalcytis / gentle-force-bundle

Symfony bundle for brute-force, error and request rate limiting
MIT License
54 stars 14 forks source link

Get "php_network_getaddresses: getaddrinfo failed" with "rediss" host #36

Open blackarcanis opened 2 years ago

blackarcanis commented 2 years ago

Hi! I'm gettting this error: "php_network_getaddresses: getaddrinfo failed: Name or service not known [tcp://rediss://authkey@ip:port:6379]"

When trying to set this value as "host" in the bundle config: "rediss://authkey@ip:port"

Any idea how can well set this bundle to correctly handle TLS REDIS and the Auth Key?

Thanks!