3liz / qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer
GNU General Public License v2.0
12 stars 10 forks source link

Incorrect metadata administration project when sslmode is active in QGIS authentication profile #153

Open gilles-morain opened 1 year ago

gilles-morain commented 1 year ago

Hi,

I have a Postgres/PostGIS server using ssl server+client authentication (sslmode=verify-full). All the configuration (ssl mode and path to key & certs files) is stored in the authentication profile managed by QGIS.

I can successfully create the metadata administration project using the processing panel, but found out that all layers include duplicate sslmode keys:

Is this key mandatory in the project template, or would just removing it solve this issue without creating a new one for regular cases?

NB: the same applies for estimatedmetadata=false, also hard-coded, but not relevant to this issue

Best, Gilles

Marsimperator commented 1 month ago

Hi,

I know there was no answer yet, but we also use ssl with no problems yet (testing the plugin right now). Out of interest: Could you solve your issue?