Skip to content
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

No SSL warnings when connecting to a postgres database using a self-signed certificate #22349

Closed
qgib opened this issue Feb 23, 2016 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Feb 23, 2016

Author Name: James Keener (James Keener)
Original Redmine Issue: 14366
Affected QGIS version: 2.12.2
Redmine category:data_provider/postgis
Assignee: Jürgen Fischer


I was able to connect to a postgres database that uses a self-signed certificate and received no warning that the certificate could not be validated. While users should not be prevented from connecting to a certificate that cannot be validated, they should be warned.

@qgib
Copy link
Contributor Author

qgib commented Feb 25, 2016

Author Name: Jürgen Fischer (@jef-n)


libpq has no option to warn about self-signed certificates. But it has the currently unsupported sslmode @verify-ca@ and @verify-full@ - which "PR!#12902":#2842 adds support for.


  • pull_request_patch_supplied was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented Feb 25, 2016

Author Name: James Keener (James Keener)


That's great, and exactly what I was hoping for! Thanks!

@qgib
Copy link
Contributor Author

qgib commented Feb 26, 2016

Author Name: Jürgen Fischer (@jef-n)


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant