From 1dec45bafb9f73360e901ad58c414b66931782b4 Mon Sep 17 00:00:00 2001 From: Sandro Wenzel Date: Fri, 12 Nov 2021 12:19:19 +0100 Subject: [PATCH] Trackextension: use http://alice-ccdb.cern.ch Trackextension is the only part of the code that uses https://alice-ccdb.cern.ch. A simple move to `http:` should solve the problem with certificates discussed on mattermost. This would also follow the approach in many other places of the code (see `git grep alice-ccdb`). Maybe the CCDB location should be a global property for all tasks anyway. --- Common/TableProducer/trackextension.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/trackextension.cxx b/Common/TableProducer/trackextension.cxx index ff3739b3716..3c12a383946 100644 --- a/Common/TableProducer/trackextension.cxx +++ b/Common/TableProducer/trackextension.cxx @@ -48,7 +48,7 @@ constexpr long run3grp_timestamp = (1619781650000 + 1619781529000) / 2; const char* ccdbpath_lut = "GLO/Param/MatLUT"; const char* ccdbpath_geo = "GLO/Config/Geometry"; const char* ccdbpath_grp = "GLO/GRP/GRP"; -const char* ccdburl = "https://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */ +const char* ccdburl = "http://alice-ccdb.cern.ch"; /* test "http://alice-ccdb.cern.ch:8080"; */ } // namespace trackextension } // namespace analysis } // namespace o2