vania-dart / framework

Fast, simple, and powerful backend framework for Dart built with ❤️
https://vdart.dev
MIT License
175 stars 12 forks source link

Unable to connect to PostgreSQL: SSL is commented out in postgresql_driver.dart #118

Open Shazin12 opened 2 weeks ago

Shazin12 commented 2 weeks ago

I am unable to connect to my PostgreSQL database using the PostgreSQLDriver in Dart. It appears that the SSL configuration is commented out in the code, which prevents secure connections to the database.

i think this is the issue causing to connect to ssl required database //'sslmode': env('DB_SSL_MODE',true) == true ? 'require' : '', Screenshot 2024-08-24 124831

javad-zobeidi commented 2 weeks ago

i will check this