gejun123456 / redispluginIssues

8 stars 1 forks source link

Unable to connect to Azure Cache for Redis #38

Open robertlyson opened 2 years ago

robertlyson commented 2 years ago

Hi,

Seems like I can't connect to my instance of Redis (Azure Cache)

image

image

Azure Cache is running 4.x version of Redis.

image

I'm able to connect it from e.g. my integration tests (.NET). Today I bought lic, but I'm quite sure I was able to connect when checking the trial version a couple of months ago. Do you know what I'm doing wrong?

gejun123456 commented 2 years ago

Thanks for reporting. recently we update the redis plugin, could you help check https://plugins.jetbrains.com/plugin/12820-redis/versions/stable/129110 the old version like 20210729 to see if it works.

robertlyson commented 2 years ago

Tested with prev. versions but had the same issue, but then I enabled non-SSL connection in my Redis instance settings and it's started working with port 6379. image

Are you planning to support SSL? Thanks for looking into the issue.

robertlyson commented 2 years ago

Actually, latest version doesn't even work with non SSL from what I see now image

Version 20210729 works fine with non SSL connection image

robertlyson commented 2 years ago

Are you planning to support SSL? Thanks for looking into the issue.

Oh, just spotted this image

and I configured it with this docs and I'm able to connect to redis from command line on SSL port, but still no luck through your plugin on latest version. Will downgrade to 20210729 one more time and will see if I can now connect via SSL.

robertlyson commented 2 years ago

Actually, that was my mistake, my stunnel wasn't working, this helped me resolve.

Here is a summary of my testing.

version: 20211005 (latest) SSL: works non-SSL: doesn't work

version: 20210729 SSL: works non-SSL: works

Hope that helps.

gejun123456 commented 2 years ago

Thanks alot for helping. will check it soon.

gejun123456 commented 2 years ago

Please help check if it works https://drive.google.com/file/d/1Po9fWGLHycujZMtMT88H8P1fq3V45_aA/view?usp=sharing Will release the new version in next two days.

gejun123456 commented 2 years ago

image