EBI-predocs / research-software

:computer: Instructions, tips and issue tracker for the software on the EBI computing cluster
6 stars 2 forks source link

app-misc/ca-certificates update breaks SSL #38

Closed mschubert closed 8 years ago

mschubert commented 9 years ago

by @klmr

An update from ca-certificates-20141019.3.19-r1 to ca-certificates-20150426.3.20-r1 breaks some SSL connections.

Previously, git was affected (now fine), but issues remain for the devtools R package

Reproduce:

devtools::install_github("some/thing")

Check if this is because of curl, or the certificates need to be set up.

Currently, it looks like curl tries to use host certs that aren't there (might just be an ${EPREFIX} missing)

mschubert commented 8 years ago

seems to be solved now, updated an connections from the outside still work