Problem of downloading dataset of Geant4

_Geant4 Version:_11.3.0
_Operating System:_Ubuntu
_Compiler/Version:_gcc (GCC) 11.2.0
_CMake Version:_cmake version 3.21.1

Processing: image.png…


I got information from Dataset cannot be downloaded
" There’s currently an issue with cern.ch domain URLs, and the only workaround at present is to find places that use https://cern.ch/geant4-data/datasets , and change these to https://geant4-data.web.cern.ch/datasets ."
However, could you suggest me that where should I edit?


Trying locally (that is, outside CERN itself), I’m not seeing this error, so maybe a glitch or a bad local setup of certificates. Could you try again, and if it still fails, try directly fetching the file via

$ curl -OL https://cern.ch/geant4-data/datasets/examples/advanced/ICRP145Phantoms/ICRP145data.tar.gz

If that fails, it’s likely a local system issue.