> 在 2015年4月23日,下午5:03,Nicolas Costes <[email protected]> 写道:
> 
> Le jeudi 23 avril 2015 09:26:57 Martin Maurer a écrit :
>> Thanks for reporting, I just filed a bug, see
>> https://bugzilla.proxmox.com/show_bug.cgi?id=625 
>> <https://bugzilla.proxmox.com/show_bug.cgi?id=625>
> 
> Thanks :) !
> 
> I had tried this workaround, does not work for me :
> 
> my $ua = LWP::UserAgent->new(protocols_allowed => ['http','https'], timeout 
> => 
> 30);
> 
> I'm going to manually download the keyand comment this section in the script.

hi, must modify this line

from
        my $keyurl = 
"https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc”;
to
        my $keyurl = 
"https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc";;

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to