sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

sgerrand certificate can't be verified #95

Closed dmastag closed 5 years ago

dmastag commented 5 years ago

Looks like #92 is still not working

--2018-09-23 18:08:20--  https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
Resolving alpine-pkgs.sgerrand.com... 208.91.112.55
Connecting to alpine-pkgs.sgerrand.com|208.91.112.55|:443... connected.
WARNING: cannot verify alpine-pkgs.sgerrand.com's certificate, issued by 'CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US':
  Unable to locally verify the issuer's authority.
WARNING: no certificate subject alternative name matches
        requested host name 'alpine-pkgs.sgerrand.com'.
HTTP request sent, awaiting response... 404 Not Found
2018-09-23 18:08:21 ERROR 404: Not Found.
dmastag commented 5 years ago

In the meantime I'll just use

https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/3662aea7d82a4a6bd24a4638267e2013be150e2f/sgerrand.rsa.pub

Is that save ?

sgerrand commented 5 years ago

I can't replicate this issue. From inside docker run --rm -it alpine:3.8:

/tmp # wget -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
Connecting to alpine-pkgs.sgerrand.com (69.163.161.90:443)
sgerrand.rsa.pub     100% |*************************************************************************************************************************************************************************************************|   451   0:00:00 ETA
sgerrand commented 5 years ago

From the look of

WARNING: cannot verify alpine-pkgs.sgerrand.com's certificate, issued by 'CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US':
  Unable to locally verify the issuer's authority.

the certificate chain(s) on your computer don't support DigiCert's CA certificate. If this is still an issue and you're able to provide further details about your local configuration then please reopen this issue with them and I'll do what I can to help.