JCKalt / General-Work

Modeling database
0 stars 0 forks source link

pgui from mac localhost eyedro access breaks #132

Open JCKalt opened 8 months ago

JCKalt commented 8 months ago

discovered reason was ssl: { rejectUnauthorized: false }, which is needed on remote access fails for local.

JCKalt commented 8 months ago

build method to declare url and ssl usage.