New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDM does not work with Azure Redis Cache servers #3312
Comments
It worked for me by connecting to the non-ssl port. |
Unfortunately we require SSL. |
Yep, it doesn't with SSL. Probably needs to add the certificate like here |
+1 for the ssl support |
Any plans on adding SSL support? |
@ccnsolutions currently - no. |
@uglide Any chance there's some documentation about how to do this => how to use RDM to connect to an Azure Redis Cache. |
@uglide Woot! worked! @ everyone else : needs version 0.8 or greater. the current stable (at the time of me typing this) is 0.7.x and it does NOT include the SSL tab in it. |
I was following the Windows Azure Redis Cache instructions but when I check the Any ideas? My Client: RDM 0.8.3-2550 |
Ok, solved my issue by downloading the Microsoft certificate and add it as public key in RDM.
|
In 0.9.3 (Windows 10) there's no checkbox, just radio buttons. When I select the SSL radio button it's not working. When I add the MS cert as @subesokun said it still doesn't work. |
RDM seems to connect to the Azure redis cache server with the auth key, however it fails on the PING command, and the connection hangs and eventually times out or is closed.
The text was updated successfully, but these errors were encountered: