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
Since each provider has its own ssl semantics, I wonder if the best approach is to abstract and provide some sort of common ssl opts interface. But then what about other reasonable provider-specific opts that users might want implemented?
Maybe instead a strategy would be to have a generic config hash that can be plumbed down so each driver can be their own special snowflake.
Both postgresql and mysql support SSL connections and have various options that need to be supplied by the client. Presumably Oracle does too.
We would love to be able to connect our prosody instance to a remote database server over SSL.
The text was updated successfully, but these errors were encountered: