PennLINC / fw-heudiconv

Heuristic-based Data Curation on Flywheel
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

renew fwheudiconv ssl certificates #92

Closed TinasheMTapera closed 2 years ago

TinasheMTapera commented 2 years ago

https://upennmri.slack.com/archives/CFV9E4U3A/p1638552104012600

ANTs and other gears that use Ubuntu base images were failing because of SSL certificate problems. You can fix this by updating the certificates at the beginning of the gear Dockerfile:

RUN rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt && \
    update-ca-certificates
ENV REQUESTS_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
TinasheMTapera commented 2 years ago

no SSL update necessary!