Replies: 3 comments
-
Hi, To manage your expectations, you are in the docker project for Ghost. We don't support Ghost here, only the Ghost docker image itself. For any other questions, please take a look at: https://forum.ghost.org/ Thanks! |
Beta Was this translation helpful? Give feedback.
-
@pascalandy I assumed it was an issue with the base image used, but it was a Ghost configuration issue. |
Beta Was this translation helpful? Give feedback.
-
Have exactly the same issue when the CA of AWS RDS is updated to Below config seems to not work for the SSL connection, any idea? "database": {
"client": "mysql",
"connection": {
"host": "your_cloud_database",
"port": 3306,
"user": "your_database_user",
"password": "your_database_password",
"database": "your_database_name",
"ssl": "Amazon RDS"
}
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've updated Ghost's RDS database to use the new CA (old CA expires 3/5/2020) and Ghost is unable to make an SSL connection now.
We are using ghost:2.38. I've also tried with ghost:3 - same error.
Beta Was this translation helpful? Give feedback.
All reactions