Skip to content

Commit 54ba159

Browse files
fix up one tls, but we need to fix up the java code for the store
1 parent bc42474 commit 54ba159

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/test/resources/docker-env/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ services:
33
redis-standalone-1:
44
image: redislabs/client-libs-test:8.0-M02
55
container_name: redis-standalone-1
6+
environment:
7+
- TLS_ENABLED=yes
68
volumes:
79
- ./redis-standalone-1/config:/redis/config:r
810
ports:
911
- "6479:6479"
12+
- "6443:6443" # TLS Port
1013
networks:
1114
- redis-network
1215

@@ -35,6 +38,7 @@ services:
3538
container_name: redis-standalone-4
3639
volumes:
3740
- ./redis-standalone-4/config:/redis/config:r
41+
3842
environment:
3943
- REDIS_CLUSTER=no
4044
ports:

src/test/resources/docker-env/redis-standalone-1/config/node-6479/redis.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
port 6479
2+
tls-port 6443
3+
tls-auth-clients no
24
save ""
35
appendonly no
46
client-output-buffer-limit pubsub 256k 128k 5

0 commit comments

Comments
 (0)