http://qs321.pair.com?node_id=1231059


in reply to Re^3: 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

Sounds like there was a variable not set as you had to install patchperl manually. If I were in your spot, I would run the upgrade procedure to see if I could get

perlbrew available

working. I would also see if I could get

perlbrew list

to work as well. If they still didn't work, then I would concede and finally get the Admin to look at the problem.

Replies are listed 'Best First'.
Re^5: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
by Perl300 (Friar) on Mar 08, 2019 at 16:06 UTC

    perlbrew list does show installed version (I was also able to switch to this latest version)

    [~]$ perlbrew list * perl-5.28.1 [~]$

    But perlbrew self-upgrade or perlbrew install-cpanm are failing. This concerns me and I think I'll have to get an Admin to help me.

    [~]$ perlbrew self-upgrade Unable to detect version of new perlbrew! [~]$ perlbrew install-cpanm ERROR: Failed to retrieve cpanm executable. [~]$

      One last shot at trying to save the Admin time. I would run:

      $ cd App-perlbrew $ git pull $ perlbrew self-install $ perlbrew init

      Then, I would re-run the perlbrew available commands.

      If THAT did not work, I would suspect a problem higher up in the trusted computing base -- one that I did not have appropriate permissions to solve.

        Thank you for suggesting these steps thechartist. Unfortunately, I think I am out of luck:

        [~]$ cd App-perlbrew/ [App-perlbrew]$ git pull Already up-to-date. [App-perlbrew]$ perlbrew self-install You are already running the installed perlbrew: ~/perl5/perlbrew/bin/perlbrew [App-perlbrew]$ perlbrew init perlbrew root (~/perl5/perlbrew) is initialized. [App-perlbrew]$ perlbrew available ERROR: Unable to retrieve the list of perls. [App-perlbrew]$