Unable to connect to Redis in GCP which is SSL Enabled
I am using Spring-boot-starter-redis dependency to connect to redis (below is my snippet from gradle dependency dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-data-redis' compileOnly 'org.projectlombok:lombok:1.18.20' annotationProcessor 'org.projectlombok:lombok:1.18.20' } I am moving to GCP now and the redis in GCP…