in reply to Re^2: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
in thread [SOLVED]: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
Thank you thanos1983 for sharing the link. The solution there worked for me as well.
patchperl was missing from ~/perl5/perlbrew/bin/
So I did:
curl https://raw.githubusercontent.com/gugod/patchperl-packing/master/patchperl > ~/perl5/perlbrew/bin/patchperlAnd then
[~]$ perlbrew install perl-5.28.1This time it worked and installed perl-5.28.1.
Somehow `perlbrew available` still doesn't work but that's not a big deal for me. I'll know the version number that is available and if I want to install it or not.
[~]$ perlbrew available ERROR: Unable to retrieve the list of perls. [~]$
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
by thechartist (Monk) on Mar 08, 2019 at 15:46 UTC | |
by Perl300 (Friar) on Mar 08, 2019 at 16:06 UTC | |
by thechartist (Monk) on Mar 08, 2019 at 16:14 UTC | |
by Perl300 (Friar) on Mar 08, 2019 at 16:51 UTC | |
by thechartist (Monk) on Mar 08, 2019 at 18:08 UTC | |
|