-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for PostgreSQL connections with certificate #34
Comments
Fixed in build 1.3.5482, tested by James Mitchell, you first identified the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some PostgreSQL servers use client certificates to authenticate database clients. Recent Npgsql versions add support for this authentication mode; only Npgsql 6.x fully supports it by adding extra parameters such as the certificate path to the connection string. While GISquirrel cannot reference Npgsql 6.x due to .Net framework incompatibilities, the .Net 4 builds (ArcGIS 10.4 and higher that reference Npgsql 2.2.7) can add the "Trust Server Certificate" parameter to the connection string, which instructs Npgsql to trust the server certificate without validating it. This is not ideal, but at least it allows connections to these servers to be made from ArcGIS Desktop. ArcGIS Pro should be compatible with Npgsql 6.x.
The text was updated successfully, but these errors were encountered: