Closed mschubert closed 8 years ago
by @klmr
An update from ca-certificates-20141019.3.19-r1 to ca-certificates-20150426.3.20-r1 breaks some SSL connections.
ca-certificates-20141019.3.19-r1
ca-certificates-20150426.3.20-r1
Previously, git was affected (now fine), but issues remain for the devtools R package
devtools
Reproduce:
devtools::install_github("some/thing")
Check if this is because of curl, or the certificates need to be set up.
curl
Currently, it looks like curl tries to use host certs that aren't there (might just be an ${EPREFIX} missing)
${EPREFIX}
seems to be solved now, updated an connections from the outside still work
by @klmr
An update from
ca-certificates-20141019.3.19-r1
toca-certificates-20150426.3.20-r1
breaks some SSL connections.Previously, git was affected (now fine), but issues remain for the
devtools
R packageReproduce:
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)