Connect azure cache for redis via SSL

Gerald Ortiz Candela 1 Reputation point
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.
234 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amrinder Singh 4,670 Reputation points Microsoft Employee
    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.