-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
The following error appears for some of our services:
2019-09-20 02:10:40,371 - GeoHealthCheck.views - WARNING - Cannot expand plugin vars for GeoHealthCheck.plugins.probe.wms.WmsGetMapV1All err=SSLError(MaxRetryError("HTTPSConnectionPool(host='mydomain.com', port=443): Max retries exceeded with url: /geoserver/ows?service=WMS&request=GetCapabilities&version=1.1.1 (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)'),))",),)
Looks like the certificate is provided by an intermediary entity (RapidSSL ) and it isn't recognized by the http middleware. (A similar error appears in Qgis)
Root CA:
CN = DigiCert Global Root CA
OU = www.digicert.com
O = DigiCert Inc
C = US
Intermediate:
CN = RapidSSL RSA CA 2018
OU = www.digicert.com
O = DigiCert Inc
C = US