Closed yurymkomarov closed 4 months ago
Postgres version ?
Postgres version ?
@Alexhha 13.15
SSL off error usually means, the client is not using ssl during connection and it is required to do so, can you try the following,
url: 'jdbc:postgresql://azure.postgresql:5432/${postgresql_database}'
to
url: 'jdbc:postgresql://azure.postgresql:5432/${postgresql_database}?sslmode=require'
Or you can try removing the SSL enforcement requirement in Azure postgres.
SSL off error usually means, the client is not using ssl during connection and it is required to do so, can you try the following,
@amithins it helps, thank you!
metadata container can not start up with external DB
Meanwhile DB was inited without any issues
Which chart: artifactory@107.84.14
Which product license (Enterprise/Pro/oss): Pro
How to reproduce it (as minimally and precisely as possible): helm config: