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
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
The text was updated successfully, but these errors were encountered:
AdarshMishra9611
changed the title
[BUG]
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
Sep 9, 2024
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):
-Postgres Version - 15
-EverShop Version - 1.2.0
-OS: Ubuntu 24.04
The text was updated successfully, but these errors were encountered: