View Issue Details

IDProjectCategoryView StatusLast Update
0008123Kali Linux[All Projects] Kali Websites & Docspublic2022-12-28 14:42
Reportergryga Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0008123: MirrorBrain requires the deprecated TLS protocols 1.0 or 1.1
DescriptionHello,

it seeems that your MirrorBrain reqiures the deprecated protocols TLSv1.0 or TLSv1.1 and doesn't work with TLSv1.2 and higher.
Our security requires drop of these protocols on our mirror https://mirror.karneval.cz/pub/linux/kali-images/
After disabling TLSv1.0 and 1.1 our server disapeered from mirror list https://cdimage.kali.org/kali-2022.4/kali-linux-2022.4-installer-amd64.iso?mirrorlist
So I reverted the changes, but it should be fixed.

Thanks.
Steps To ReproduceAdd to mirror nginx configuration directive:

 ssl_protocols TLSv1.2 TLSv1.3;

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-12-28 14:42 gryga New Issue