- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
46 lines
1002 B
Markdown
46 lines
1002 B
Markdown
# Proxmox SSL Certificate Fix - Error 596
|
|
|
|
**Date:** 2025-01-20
|
|
**Error:** Connection error 596: error:0A000086:SSL routines::certificate verify failed
|
|
**Status:** ✅ Fixed
|
|
|
|
---
|
|
|
|
## Solution
|
|
|
|
The SSL certificate verification error has been fixed by regenerating certificates on all Proxmox nodes using:
|
|
|
|
```bash
|
|
pvecm updatecerts -f
|
|
systemctl restart pveproxy pvedaemon
|
|
```
|
|
|
|
---
|
|
|
|
## What Was Done
|
|
|
|
1. ✅ Regenerated SSL certificates on all cluster nodes (ml110, r630-01, r630-02)
|
|
2. ✅ Restarted pveproxy and pvedaemon services
|
|
3. ✅ Created fix script: `scripts/fix-proxmox-ssl-simple.sh`
|
|
|
|
---
|
|
|
|
## Next Steps
|
|
|
|
1. **Clear browser cache and cookies**
|
|
2. **Access Proxmox UI:** `https://<node-ip>:8006`
|
|
3. **Accept certificate warning** if prompted (first time only)
|
|
|
|
---
|
|
|
|
## If Issue Persists
|
|
|
|
- Clear browser SSL state
|
|
- Try accessing via direct IP address
|
|
- Check system time synchronization
|
|
- Verify services are running: `systemctl status pveproxy pvedaemon`
|
|
|
|
---
|
|
|
|
**Status:** ✅ **FIXED**
|