[Eisfair] download ca certifikate bundle nicht möglich

Marcus Röckrath marcus.roeckrath at gmx.de
Fr Jan 5 12:27:36 CET 2024


Hallo Frank,

Marcus Röckrath wrote:

> Bitte ersetze
> 
> my $curl = `curl -V`;
> 
> durch
> 
> my $curl = `curl -V -k`;
> 
> in
> 
> /var/install/bin/certs-download-mozilla-ca-bundle.pl
> /usr/bin/mk-ca-bundle.pl
> /usr/lib/perl5/vendor_perl/5.30.1/Mozilla/mk-ca-bundle.pl
> 
> Müsste jeweils Zeile (ca.) 132 sein.


Fascle Zeile. kannst du rückgängig machen, es müsste jeweils ca. Zeile 312 
sein:

Ist:

my @out = `curl -w %{response_code} $proto $quiet -o "$txt" "$url"`;

Soll:

my @out = `curl -k  -w %{response_code} $proto $quiet -o "$txt" "$url"`;

-- 
Gruß Marcus
[eisfair-Team]


Mehr Informationen über die Mailingliste Eisfair