mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
1e9db236c4
As described in https://node-postgres.com/features/ssl , `ssl` is an object which will be passed to Node TLS socket. Also: ``` (node:1) DeprecationWarning: Implicit disabling of certificate verification is deprecated and will be removed in pg 8. Specify `rejectUnauthorized: true` to require a valid CA or `rejectUnauthorized: false` to explicitly opt out of MITM protection. ``` This change makes it possible to configure accepted SSL CA certificate, or to accept self-signed certificate. |
||
---|---|---|
.. | ||
client-metrics | ||
db | ||
error | ||
middleware | ||
routes | ||
app.js | ||
app.test.js | ||
authentication-required.js | ||
event-differ.js | ||
event-differ.test.js | ||
event-hook.js | ||
event-hook.test.js | ||
event-type.js | ||
events.js | ||
extract-user.js | ||
logger.js | ||
logger.test.js | ||
metrics-helper.js | ||
metrics.js | ||
metrics.test.js | ||
missing-permission.js | ||
options.js | ||
options.test.js | ||
permissions.js | ||
server-impl.js | ||
server-impl.test.js | ||
state-service.js | ||
state-service.test.js | ||
timer.js | ||
timer.test.js | ||
user.js | ||
user.test.js |