You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least some SSL certificates are rejected by the urllib2/python version used in QGIS. The only possible workaround seems to be using Qt QNetworkRequest instead. This works, as can be seen in branch: feature/qgis-ssl.
However, QNetworkRequest uses an async model, so a substantial amount of rewriting is necessary.
The text was updated successfully, but these errors were encountered:
At least some SSL certificates are rejected by the urllib2/python version used in QGIS. The only possible workaround seems to be using Qt QNetworkRequest instead. This works, as can be seen in branch: feature/qgis-ssl.
However, QNetworkRequest uses an async model, so a substantial amount of rewriting is necessary.
The text was updated successfully, but these errors were encountered: