Thread Crypt::LE und acme Update (9 answers)
Opened by bianca at 2021-05-11 05:31

bianca
 2021-05-11 05:31
#193253 #193253
User since
2009-09-13
6976 Artikel
BenutzerIn

user image
Guten Morgen!

Es geht um mein Let's Encrypt Zertifikat aus April 2019, das ich eben mit CPAN:Crypt::LE wie immer verlängern wollte.
LE meldet aber heute bei ->load_account_key() zurück:
Quote
ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details.

Soweit ich das richtig verstehe läuft hier irgend etwas ab und es wird bis dahin tageweise deaktiviert, damit man aufmerksam wird, dass man was umstellen muss.

Aber was genau läuft da ab und bin ich mit meiner auf dem CPAN-Modul basierenden Eigenlösung überhaupt betroffen?
Gerade sehe ich ein Update für CPAN:Crypt::LE von 0.36 auf 0.37 und scheitere leider auch da:
Quote
Running install for module 'Crypt::LE'
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/L/LE/LEA...
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/L/LE/LEA...
Checksum for C:\STRAWB~1\cpan\sources\authors\id\L\LE\LEADER\Crypt-LE-0.37.tar.gz ok
Scanning cache C:\STRAWB~1\cpan\build for sizes
............................................................................DONE
Configuring L/LE/LEADER/Crypt-LE-0.37.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a gmake-style Makefile
Writing Makefile for Crypt::LE
Writing MYMETA.yml and MYMETA.json
LEADER/Crypt-LE-0.37.tar.gz
C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
Running make for L/LE/LEADER/Crypt-LE-0.37.tar.gz
cp lib/Crypt/LE/Complete/Simple.pm blib\lib\Crypt\LE\Complete\Simple.pm
cp lib/Crypt/LE/Challenge/Simple.pm blib\lib\Crypt\LE\Challenge\Simple.pm
cp lib/Crypt/LE.pm blib\lib\Crypt\LE.pm
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e cp -- script/le.pl blib\script\le.pl
pl2bat.bat blib\script\le.pl
LEADER/Crypt-LE-0.37.tar.gz
C:\STRAWB~1\c\bin\gmake.exe -- OK
Running make test
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e cp -- script/le.pl blib\script\le.pl
pl2bat.bat blib\script\le.pl
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ...... 1/? # Testing Crypt::LE 0.37, Perl 5.026001, C:\Strawberry\perl\bin\perl.exe
t/00-load.t ...... ok
t/01-setup.t ..... 23/65 # Testing Crypt::LE 0.37, Setup methods, C:\Strawberry\perl\bin\perl.exe
t/01-setup.t ..... ok
t/02-workflow.t .. 1/15
# Failed test 'Loading resources directory ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details.'
# at t/02-workflow.t line 37.
# Testing Crypt::LE 0.37, Workflow methods, C:\Strawberry\perl\bin\perl.exe
# Looks like you failed 1 test of 15.
t/02-workflow.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests

Test Summary Report
-------------------
t/02-workflow.t (Wstat: 256 Tests: 15 Failed: 1)
Failed test: 11
Non-zero exit status: 1
Files=3, Tests=81, 3 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU)
Result: FAIL
Failed 1/3 test programs. 1/81 subtests failed.
gmake: *** [Makefile:900: test_dynamic] Error 1
LEADER/Crypt-LE-0.37.tar.gz
C:\STRAWB~1\c\bin\gmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports LEADER/Crypt-LE-0.37.tar.gz
Stopping: 'install' failed for 'Crypt::LE'.
Failed during this command:
LEADER/Crypt-LE-0.37.tar.gz : make_test NO

Perl: Strawberry 5.26.1 in 64 Bit auf Windows 10
Ich bitte um Hilfe, das Zertifikat ist noch 6 Tage gültig.

Danke
10 print "Hallo"
20 goto 10

View full thread Crypt::LE und acme Update