Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl SSL error #33

Open
jp136769 opened this issue Apr 4, 2024 · 1 comment
Open

Curl SSL error #33

jp136769 opened this issue Apr 4, 2024 · 1 comment

Comments

@jp136769
Copy link

jp136769 commented Apr 4, 2024

Hi,
I'm trying to create a VPC from a list of links targeting online COPC point cloud data.
Point clouds are from the French LiDAR-HD open-data project and links to the data are provided by the IGN.

So I have a list of links just like the sample below in a file 'list.txt' :
https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/ON/LHD_FXX_0870_6426_PTS_C_LAMB93_IGN69.copc.laz
https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/ON/LHD_FXX_0873_6428_PTS_C_LAMB93_IGN69.copc.laz

When running following command to build the VPC :
pdal_wrench build_vpc --output=my_vpc.vpc --input-file-list=list.txt
I get the following error line :
Curl failure: SSL peer certificate or SSH remote key was not OK

Is there any way to bypass this error ?

Thanks!

@jo-chemla
Copy link

Same happens on my side, the workaround I've used to aviod downloading tiles - worked on a 400 COPC file-list:

  • Let a proxy server run via node http-server utility http-server --cors -P https://storage.sbg.cloud.ovh.net/
  • Download file-list from IGN portal, up to 2500 km² so 2500 files
  • Open the list and replace all occurences of https://storage.sbg.cloud.ovh.net/ by your server with IP:PORT eg http://127.0.0.1:8083/
  • Use it with pdal-wrench (this was run is OSGeo4W Shell frm my qgis install): "C:\Program Files\QGIS 3.40.1\apps\qgis\pdal_wrench.exe" build_vpc --input-file-list="liste_dalle_localhost.txt" --output="pointcloud.vpc" --boundary --threads=6 --verbose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants