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

[Q] how to enable SSL communication with RDS MySQL db with certificate bundle #2832

Open
rizwannadeemupwork opened this issue Mar 29, 2024 · 1 comment
Labels

Comments

@rizwannadeemupwork
Copy link

Hello Team,

We have configured graphite web with external Aws RDS MySQL engine and it is working fine.

Now we need to secure with coumunication between graphite and RDS, to do so we have enable SSL encryption from RDS and downloaded the certificate bundle.

Im trying to find the graphite web configuration how to add certificate in database configuration.

ref aws doc: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-ssl-connections.html

@rizwannadeemupwork rizwannadeemupwork changed the title [Q] how can we configure RDS MySQL db with certificate bundle [Q] how to enable SSL communication with RDS MySQL db with certificate bundle Mar 29, 2024
@cbowman0
Copy link
Member

The Graphite system utilizes Django, so the answer is with how to do it with Django. In your localsettings.py, inside the DATABASES dict, there's some options that can be added for SSL.

I haven't tested it, but the answers in here is where I'd start: https://stackoverflow.com/a/12285601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants