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
After #2345 was merged, sslmode=require in connection string breaks with self signed certificate. SSL config is overriden to {}, leading to error "self signed certificate in certificate chain".
According to the table in #2281, correct SSL config is {rejectUnauthorized: false} in this case.
The text was updated successfully, but these errors were encountered:
After #2345 was merged,
sslmode=require
in connection string breaks with self signed certificate. SSL config is overriden to{}
, leading to error "self signed certificate in certificate chain".According to the table in #2281, correct SSL config is
{rejectUnauthorized: false}
in this case.The text was updated successfully, but these errors were encountered: