You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pgmoon in the context of a Lapis app deployed on Heroku. Postgres databases hosted by Heroku require SSL encryption for remote TCP connections.
Investigating possible fixes, I learned that ngx.socket.tcp does support SSL connections. It was used last year to add support for SSL connections in lua-resty-mysql (see here). Is this a feature that can be added to pgmoon too?
The text was updated successfully, but these errors were encountered:
I am using pgmoon in the context of a Lapis app deployed on Heroku. Postgres databases hosted by Heroku require SSL encryption for remote TCP connections.
Investigating possible fixes, I learned that ngx.socket.tcp does support SSL connections. It was used last year to add support for SSL connections in lua-resty-mysql (see here). Is this a feature that can be added to pgmoon too?
The text was updated successfully, but these errors were encountered: