[MapProxy] get Error :Could not verify connection to URL (see logs for URL and reason)

Bocquet Florian niarolf at gmail.com
Wed Feb 17 12:25:48 PST 2021


Hi,
Maybe you must add the certificat or ignore it as the mapproxy http
documentation : https://mapproxy.org/docs/1.13.0/configuration.html#http-ssl
<https://mapproxy.org/docs/1.12.0/configuration.html#http-ssl>

With your source add one if theses options :

http:
  ssl_ca_certs: /etc/ssl/certs/ca-certificates.c

http:
  ssl_no_cert_checks: true


Best regards
Florian

Le mer. 17 févr. 2021 à 17:00, 4 t <d.viert at googlemail.com> a écrit :

> Hello all,
>
> I am working with Mapproxy 1.13.0 in combination with waitress as
> webserver on windows to provide local working wmts services. Unfortunately,
> I recently started getting the following error message on one of my systems:
>
> "Could not verify connection to URL (see logs for URL and reason)."
>
> as soon as a tile should be called. It makes no difference if I start
> mapproxy in developer mode or provide the server service via waitress.
>
> The exact same configuration works fine on another system and on a 3rd
> system it seems to affect only one of my services.
>
> When I connect and query local mbtiles they work. But the forwarding of
> the WMTS services brings me the error message on one computer.
>
> I have tried several Python versions.
>
> Thanks in advance
> David
>
> config:
>
> layer:
>    - name: osm_german                           #online
>      title: OpenStreetMap
>      sources: [osm_german_cache]
> caches:
>     osm_german_cache:
>         sources: [osm_german_tiles]
>         format: image/png
>         disable_storage: false
>         grids: [GLOBAL_WEBMERCATOR]
> sources:
>     osm_german_tiles:
>         type: tile
>         url: https://a.tile.openstreetmap.de/%(tms_path)s.%(format)s
>         grid: osm_grid
> grids:
>     osm_grid:
>         srs: EPSG:900913
>         origin: nw
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapproxy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20210217/1f8d56ab/attachment.html>


More information about the MapProxy mailing list