Closed ccrook closed 1 year ago
This is failing due to the url changing. Updated in src/perl/linz_gdb_stations.bat
-my $lookup_coords_url = 'http://apps.linz.govt.nz/gdb/update-snap-file.aspx'; +my $lookup_coords_url = 'https://www.geodesy.linz.govt.nz/update-snap-file/';
However this is not enough to fix the issue in Windows, as at least the LINZ default perl installation is not able to use the https url. It is failing with
W:\ccrook\snap>.\linz_gdb_stations.bat garbage.crd garbage1.crd SSL negotiation failed:
This is fixed by updating perl configuration with Strawberry perl
This is failing due to the url changing. Updated in src/perl/linz_gdb_stations.bat
-my $lookup_coords_url = 'http://apps.linz.govt.nz/gdb/update-snap-file.aspx'; +my $lookup_coords_url = 'https://www.geodesy.linz.govt.nz/update-snap-file/';
However this is not enough to fix the issue in Windows, as at least the LINZ default perl installation is not able to use the https url. It is failing with
W:\ccrook\snap>.\linz_gdb_stations.bat garbage.crd garbage1.crd SSL negotiation failed: