- Newest
- Most votes
- Most comments
Hello.
Since the command itself only displays the results at the time it is executed, it is difficult to guarantee that the application is not using an SSL connection.
If nothing is displayed, it is likely that you are not using an SSL connection.
I think it's best to use it as a reference only.
Actually, I think it would be a good idea to check with the member who created the application to see if they are using SSL connections to connect to the database.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/ssl-certificate-rotation-postgresql.html
This query displays only the current connections at the time of the query. The absence of results doesn't indicate that no applications are using SSL connections. Other SSL connections might be established at a different time.
If you are importing to a trust store, I think the sample script described in the following document will be helpful.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html#UsingWithRDS.SSL-certificate-rotation-sample-script
Relevant content
- asked 2 years ago
