Looks like your database server does not have a valid SSL certificate. Please turn off the SSL option in the database configuration, restart the database server and try again #620
Describe the bug
after runnig npm run setup command getting an error that says - "Looks like your database server does not have a valid SSL certificate. Please turn off the SSL option in the database configuration, restart the database server and try again"-
To Reproduce
Steps to reproduce the behavior:
after setting up evershop and after runnig npm run setup command getting an error that says - "Looks like your database server does not have a valid SSL certificate. Please turn off the SSL option in the database configuration, restart the database server and try again"- but i have alredy configred the ssl mode in .env file DB_SSLMODE = disable still it showing error
Expected behavior
If DB_SSLMODE = disable in .env file then no error should be there and if this configration does not exist in .env file then error should not be there only
Screenshots
Background (please complete the following information):
NodeJS Version - 20.5.1
-Postgres Version - 15
-EverShop Version - 1.2.0
-OS: Ubuntu 24.04
Describe the bug after runnig npm run setup command getting an error that says - "Looks like your database server does not have a valid SSL certificate. Please turn off the SSL option in the database configuration, restart the database server and try again"-
To Reproduce Steps to reproduce the behavior: after setting up evershop and after runnig npm run setup command getting an error that says - "Looks like your database server does not have a valid SSL certificate. Please turn off the SSL option in the database configuration, restart the database server and try again"- but i have alredy configred the ssl mode in .env file DB_SSLMODE = disable still it showing error
Expected behavior If DB_SSLMODE = disable in .env file then no error should be there and if this configration does not exist in .env file then error should not be there only
Screenshots
Background (please complete the following information):