You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
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
The text was updated successfully, but these errors were encountered: