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! |
0 replies
|
@pascalandy I assumed it was an issue with the base image used, but it was a Ghost configuration issue. |
0 replies
|
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"
}
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All reactions