root-project / root-docker

Docker recipes for ROOT
30 stars 33 forks source link

Can't open files requiring x509 when run in Docker for Windows #39

Closed ivukotic closed 3 years ago

ivukotic commented 3 years ago

When running the latest ROOT image in docker in Windows (WSL2), I can open TFile if remote server does not require authentication. If it does require x509 authentication, it fails: eg. f=TFile::Open("root://xrootd-at2-door.pic.es:1094//pnfs/pic.es/IFAEAtlasTier2/t2atlasdatadisk/rucio/mc16_13TeV/2e/da/AOD.20798297._000879.pool.root.1") Error in : [FATAL] Auth failed

eguiraud commented 3 years ago

Hi @ivukotic , which docker image are you using, and does it only happen when running it in WSL2?

ivukotic commented 3 years ago

Hi, It appears I forgot to install CAs (:facepalm:). Sorry for the noise. Cheers, Ilija