Closed mmdonatti closed 1 year ago
issue found running event_alias.py to get a public high-level-events.py instance:
event_alias.py
high-level-events.py
root@s-gie01-l:/opt/sinap-timing-epics-ioc/iocBoot/ioctiming# python3 event_alias.py https://raw.githubusercontent.com/lnls-sirius/control-system-constants/master/timesys/high-level-events.py Reading: https://raw.githubusercontent.com/lnls-sirius/control-system-constants/master/timesys/high-level-events.py <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)> Error reading url "https://raw.githubusercontent.com/lnls-sirius/control-system-constants/master/timesys/high-level-events.py"!
The same script works fine with an internal file placed at constants server. Install ca-certificates to solve this issue.
ca-certificates
issue found running
event_alias.py
to get a publichigh-level-events.py
instance:The same script works fine with an internal file placed at constants server. Install
ca-certificates
to solve this issue.