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
I would like to check if prefer is enabled on this library. From what i see, it is either true or false.
If that is the case, I don't think the server can function without a downtime.
if it is prefer, and the db connection fails, it will probably fallback to non-ssl.
And if i enable ssl, it will probably restart the connection to ssl.
With just being true / false, I don't think this can be done.
The text was updated successfully, but these errors were encountered:
According to https://www.postgresql.org/docs/current/libpq-ssl.html there are different modes of ssl connectivity (if we need or not)
34.19.3. Protection Provided in Different Modes
I would like to check if prefer is enabled on this library. From what i see, it is either true or false.
If that is the case, I don't think the server can function without a downtime.
if it is prefer, and the db connection fails, it will probably fallback to non-ssl.
And if i enable ssl, it will probably restart the connection to ssl.
With just being true / false, I don't think this can be done.
The text was updated successfully, but these errors were encountered: