Cloud providers may require a custom CA certificates file for SSL to work. When the SSL switch is toggled, we now show an additional field for CA certificates:
When left empty, we use he OS defaults via :public_key.cacerts_get().
Sidnote: even though we had code to add SSL options for Postgres and MySQL, there was no switch in the UI, so effectively it was only supported for SQLServer.
Cloud providers may require a custom CA certificates file for SSL to work. When the SSL switch is toggled, we now show an additional field for CA certificates:
When left empty, we use he OS defaults via
:public_key.cacerts_get()
.Sidnote: even though we had code to add SSL options for Postgres and MySQL, there was no switch in the UI, so effectively it was only supported for SQLServer.