Connect azure cache for redis via SSL

Gerald Ortiz Candela 21 Reputation points
2024-07-26T17:09:52.64+00:00

Hi,

I want to connect through my Spring Boot application to Azure Cache for Redis through port 6380, is it necessary to import the Certificate in the Trusted Keystore? And if so, where do I download that certificate to import it?

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
305 questions
{count} votes

Accepted answer
  1. Amrinder Singh 5,870 Reputation points Microsoft Employee Volunteer Moderator
    2024-07-26T17:33:36.4433333+00:00

    Hi Gerald Ortiz Candela - Thanks for reaching out.

    Below are the links for some samples that talks about connecting to Azure Redis cache from spring boot application using Access Key and also AD mechanism.

    This doesn't seem to be requiring any keystore details. Request you to please review them once and see if that helps:

    https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache?tabs=Password

    https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-bind-redis?tabs=Java%2CService-Connector

    Hope that helps!

    Let me know if there are any further queries/concerns, will be glad to assist.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.