TonicAI / masquerade

A Postgres Proxy to Mask Data in Realtime

Home Page:https://www.tonic.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass sslmode paramater

merfanian opened this issue · comments

Hi,
I wanna pass sslmode : "disable" in JSON config file but it seems that proxy is ignoring this line

The config allows you to specify if you wish to require ssl, which is the same as the sslmode.

"requireSsl": false

will do the trick. With that being said, we default to false so there shouldn't be a need to disable it in the first place.