Skip to content
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

Secure connection to database #115

Open
mbebjak opened this issue Nov 8, 2023 · 0 comments
Open

Secure connection to database #115

mbebjak opened this issue Nov 8, 2023 · 0 comments

Comments

@mbebjak
Copy link

mbebjak commented Nov 8, 2023

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 and database_admin_url only and no additional settings.

As far as I was able to figure out, these urls are passed to:

self.__engine = sqlalchemy.create_engine(db_url)
In order for sqlalchemy to connect via secure connection, additional arguments need to be passed.

Is it possible for opensips-cli to connect to database using secure connection? Are there plans to add this?

@mbebjak mbebjak changed the title Secure connection to the database Secure connection to database Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant