mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge branch 'main' into develop
This commit is contained in:
commit
3e33fe8393
3 changed files with 3 additions and 3 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
|||
1.10.2
|
||||
1.11.1
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ export default class PostgresqlQueryService implements QueryService {
|
|||
connectionTimeoutMillis: 10000,
|
||||
};
|
||||
|
||||
const sslObject = { rejectUnauthorized: sourceOptions.ssl_certificate != 'none' };
|
||||
const sslObject = { rejectUnauthorized: (sourceOptions.ssl_certificate ?? 'none') != 'none' };
|
||||
if (sourceOptions.ssl_certificate === 'ca_certificate') {
|
||||
sslObject['ca'] = sourceOptions.ca_cert;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.10.1
|
||||
1.11.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue