-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
Description
Hi!
I am trying to enable TLS on my memcached-exporter with the flag
--no-memcached.tls.enable
However my logs are still outputting:
TLS is disabled.
I am also passing the cert-file, ca-file and key-file arguments, and my memcached instance is also configured to use TLS.
What might I be doing wrong here?