planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
45 stars 12 forks source link

Unable to use plugin on corporate network - custom SSL encryption #57

Open jsmoreau opened 2 years ago

jsmoreau commented 2 years ago

We would like to use the plugin in QGIS. The installations works fine but I'm not able to authenticate while using it on a machine hosted on our corporate network. I get the following message in a dialog:

Connection error Verify that your computer is correctly connected to the internet

We have a custom SSL encryption certificate that we have to use for all https requests. Programs like web browsers are configured to use that certificate. I would like to know how to make the plugin aware of it.

The plugin is working as expected when I'm working outside the network so I'm pretty sure the certificate is part of the problem.

Since we have a membership with Planet, this bug is affecting most of our users.

jsmoreau commented 2 years ago

Since the python planet api rely on the httpx module for https requests, I think the following page is relevant: https://www.python-httpx.org/advanced/

The SSL certificates section contains examples of certificate usage.

gwisnu commented 1 year ago

Have you resolved this issue? I'm experiencing the same problem

jsmoreau commented 1 year ago

Nope :( this is still an issue.