<div dir="ltr"><div>Hello all,<br><br>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:</div><div> <br>"Could not verify connection to URL (see logs for URL and reason)."<br></div><div><br></div><div>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.<br><br>The exact same configuration works fine on another system and on a 3rd system it seems to affect only one of my services.<br><br>When I connect and query local mbtiles they work. But the forwarding of the WMTS services brings me the error message on one computer.<br><br>I have tried several Python versions.<br></div><div><br></div><div>Thanks in advance</div><div>David<br></div><div><br>config:</div><div><br></div><div>layer:</div><div>   - name: osm_german                           #online<br>     title: OpenStreetMap<br>     sources: [osm_german_cache]</div><div>caches:</div><div>    osm_german_cache:<br>        sources: [osm_german_tiles]<br>        format: image/png<br>        disable_storage: false<br>        grids: [GLOBAL_WEBMERCATOR]</div><div>sources:<br>    osm_german_tiles:<br>        type: tile<br>        url: <a href="https://a.tile.openstreetmap.de/%(tms_path)s.%(format)s">https://a.tile.openstreetmap.de/%(tms_path)s.%(format)s</a><br>        grid: osm_grid</div><div>grids:<br>    osm_grid:<br>        srs: EPSG:900913<br>        origin: nw</div></div>