Open cymed opened 1 month ago
Suppose we have a service defined in the pg_service.conf such as
pg_service.conf
[myservice] host=remotehost port=5432 dbname=mydb sslrootcert=path_to_sslrootcert sslcert=path_to_sslcert sslkey=path_to_sslkey sslmode=verify-full
When using this service in model baker (i.e. to export an xtf), the sslrootcert, sslcert and sslkey are ignored and Model Baker requires to add the user info that might be inside the cert.
Out of curiosity: is that read when adding a QGIS layer with a service?
Yes it is
Suppose we have a service defined in the
pg_service.conf
such asWhen using this service in model baker (i.e. to export an xtf), the sslrootcert, sslcert and sslkey are ignored and Model Baker requires to add the user info that might be inside the cert.