Memcached TLS support #1025
Answered
by
zandbelt
devildog820
asked this question in
Q&A
-
I was looking through the repo and didn't see anything about using a secure memcache connection (TLS). Is this possible in the current release? When I enable TLS on memcached, httpd still connects for non-OIDC connections, but the mod doesn't establish the connection. |
Beta Was this translation helpful? Give feedback.
Answered by
zandbelt
Mar 1, 2023
Replies: 1 comment 1 reply
-
no, connecting over TLS to memcache is not possible from mod_auth_openidc as it uses apr_memcache which has no support for that; you could run stunnel in between as a workaround |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devildog820
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no, connecting over TLS to memcache is not possible from mod_auth_openidc as it uses apr_memcache which has no support for that; you could run stunnel in between as a workaround