We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been trying to setup secure connection to database in opensips-cli.cfg but I can not see a way how it can be done.
opensips-cli.cfg
Config contains database_url and database_admin_url only and no additional settings.
database_url
database_admin_url
As far as I was able to figure out, these urls are passed to:
opensips-cli/opensipscli/db.py
Line 205 in e3ec055
Is it possible for opensips-cli to connect to database using secure connection? Are there plans to add this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been trying to setup secure connection to database in
opensips-cli.cfg
but I can not see a way how it can be done.Config contains
database_url
anddatabase_admin_url
only and no additional settings.As far as I was able to figure out, these urls are passed to:
opensips-cli/opensipscli/db.py
Line 205 in e3ec055
Is it possible for opensips-cli to connect to database using secure connection? Are there plans to add this?
The text was updated successfully, but these errors were encountered: