-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support with Redis connection URI #2
Comments
Hi @guruhgt With all sensitive details replaced with dummy values, could you send the connection string that you're using? |
redis://default:Oneviewabcd%$$12@vicce-ivrdata-redis-oneview-ivr-dev.apps-3.gp-1-nonprod.openshift.cignacloud.com:443/0?timeout=15s |
Issues i am getting is Connection failed and unable to connect to redis://default:Oneviewabcd%$$12@vicce-ivrdata-redis-oneview-ivr-dev.apps-3.gp-1-nonprod.openshift.cignacloud.com:443/0?timeout=15s:Failed to connect to atleast one node |
redis is rejecting the connection and expects SSL true and peer verification must be disabled . |
Appreciate your help |
We are in a situation where in we are testing connectivity to Redis from boomi - redis connector .
Redis is rejecting the connection and it seems for lower environment , redis expects us to send SSL true and Peer Verification = OFF (Disabled) .
I did check with Redis team about the other aspect of the connection string property including port and it seems to be ok .
PLease suggest the appropriate connection string to make a successful connection with redis by setting /sending SSL true and Peer Verification = OFF (Disabled) .
Thanks for your help
The text was updated successfully, but these errors were encountered: