Created attachment 233672 [details] example of enabling TLS to databases/redis Makefile hello, as more environments support and enforce TLS by default for Redis it would be very helpful to have this build option enabled by default for our port. i have tested locally, and by enabling the TLS option I am able to connect to AWS MemoryDB (which enforces TLS by default) using the redis-cli. It does not seem to have an effect on scenarios where you do not want to use TLS either.
(In reply to pete from comment #0) +1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=08d405638b51f728c8428263a8a2be0019365803 commit 08d405638b51f728c8428263a8a2be0019365803 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2022-05-18 19:38:56 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2022-05-18 19:52:01 +0000 databases/redis: turn on TLS option by default PR: 263729 Submitted by: pete@nomadlogic.org Approved by: maintainer-timeout (two weeks) databases/redis/Makefile | 2 ++ 1 file changed, 2 insertions(+)
Updated. Thanks for the report! -jgh