The underlaying issue is the removal of TLS < 1.2 support by default in
openssl 1.1.1, see: Debian Bug #875423 [0].

TLS 1.0 and/or 1.1 support needs to be enabled explicitly using
SSL_CTX_set_min_proto_version() or SSL_set_min_proto_version() as
mentioned in Message #70 [1].

There is a separate issue for Qt5 which has a workaround in the mean
time. [2]

[0] https://bugs.debian.org/875423
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875423#70
[2] https://bugs.debian.org/908567

Kind Regards,

Bas
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to