Re: [OpenSIPS-Users] CacheDB_Redis authentication

2019-08-07 Thread Yury Kirsanov
Hi Bogdan, Thanks, I've just checked it and can confirm that using empty username works! modparam("cachedb_redis", "cachedb_url","redis:prod://:Password@10.x.x.x :6379/") Probably it would be good to update REDIS module article with this information! Thanks again and best regards, Yury. ср, 7

Re: [OpenSIPS-Users] CacheDB_Redis authentication

2019-08-07 Thread Bogdan-Andrei Iancu
Have you checked this? https://stackoverflow.com/questions/44344628/how-to-create-a-redis-cloud-connection-url-with-an-auth-password Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019

Re: [OpenSIPS-Users] CacheDB_Redis authentication

2019-08-07 Thread Yury Kirsanov
Hi, Tried like this: modparam("cachedb_redis", "cachedb_url","redis:prod://10.x.x.x:6379/?password=Password") And like this: modparam("cachedb_redis", "cachedb_url","redis:prod://Password@10.x.x.x :6379/") And tried some other ways putting password in different places but in that cases

Re: [OpenSIPS-Users] CacheDB_Redis authentication

2019-08-07 Thread Bogdan-Andrei Iancu
Hi, How exactly have you tried to build the URL ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-2019Amsterdam/ On 07/31/2019 12:35 PM, Yury Kirsanov wrote: Hi, Could you please

[OpenSIPS-Users] CacheDB_Redis authentication

2019-07-31 Thread Yury Kirsanov
Hi, Could you please let me know correct syntax of modparam for cachedb_redis for password authentication? Or is it not supported at all? I've tried different variants but can't get it to work, always getting an error: Jul 31 19:22:56 ERROR:cachedb_redis:redis_set: Redis operation failure -