Connecting n8n to postgres DB between docker in the same network

I config Ignore_SSL_Issues to disable and Disable SSL like this. It works well. However, when i disable Ignore_SSL_Issues, n8n cannot connect to postgres database. I think ignore_SSL_Issues is telling the n8n to whether consider or not consider SSL Issues.

Why when i enable the IGNORE_SSL_ISSUES , n8n cannot connect to postgres ?

I use 2 docker container but it has the same network.

Hi,

Probably because it cannot verify the authenticity of the certificate.

If you havent done anything special to configure it properly I guess this is the default behaviour

It has nothing to do with the fact wether they are on or not the same network.

Reg,
J.