This is my command, which was working OK yesterday:
ogr2ogr -f "GeoJSON" ../geojson/myfile.geojson ../data/gml/myfile.gml
-s_srs EPSG:27700 -t_srs EPSG:4326
The output is this:
ERROR 1: Failed connect to 192.168.4.18:8181; Operation timed out
I'm baffled, why would ogr2ogr need to connect anywhere?

ERROR 1: Failed to connect to 192.168.4.19which is not a network that I've configured. I've search the source code for the text string, but see nothing. The command does eventually work, but delays everything until it timeouts. – bendecko Jul 31 '21 at 06:55