← All Kali Issues
wget
Certificate not trusted
S SSL
Medium
🔴 Error Message
ERROR: cannot verify certificate, unable to get issuer
📖 What This Means
SSL certificate chain incomplete or expired.
🔧 Step-by-Step Fix
- Skip check: wget --no-check-certificate URL
- Update certs: sudo update-ca-certificates
- Install: sudo apt install ca-certificates