- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
8.3 KiB
r630-02 SSL Error 596 - Resolution Summary
Date: 2026-01-06
Node: r630-02 (192.168.11.12)
Error: error:0A000086:SSL routines::certificate verify failed (596)
Status: ✅ SERVER FIXED | ⚠️ BROWSER CACHE CLEAR REQUIRED
Executive Summary
Server-side fixes have been completed successfully. The SSL error 596 appearing in your browser is due to cached certificate information in your browser. You must clear your browser cache to resolve this.
Server-Side Status: ✅ FIXED
Fixes Applied
-
✅ SSL Certificates Regenerated
- Certificates regenerated on r630-02 using
pvecm updatecerts -f - Certificates regenerated on all cluster nodes (ml110, r630-01, r630-02)
- Certificate chain verified: ✅ OK
- Certificates regenerated on r630-02 using
-
✅ Proxmox Services Restarted
- pveproxy restarted
- pvedaemon restarted
- All services active and running
-
✅ Web Interface Verified
- HTTP Status: 200 ✅
- Web interface responding correctly
- Port 8006 listening
-
✅ Certificate Validity
- Root CA: Valid until 2035 ✅
- Node Certificate: Valid until 2027 ✅
- Certificate chain: Verified ✅
Server Verification
# Certificate status
openssl x509 -in /etc/pve/pve-root-ca.pem -noout -dates
# Result: Valid until Aug 31, 2035 ✅
# Certificate chain
openssl verify -CAfile /etc/pve/pve-root-ca.pem /etc/pve/local/pve-ssl.pem
# Result: OK ✅
# Web interface
curl -k -I https://192.168.11.12:8006/
# Result: HTTP 200 ✅
Server is working correctly. The issue is browser-side.
Browser-Side Action: ⚠️ REQUIRED
Why the Error Persists
The SSL error 596 continues to appear because:
- Browser SSL Cache: Your browser has cached old certificate information
- Security Feature: Browsers cache certificates to prevent attacks
- Cache Persistence: Cache persists even after server fixes
Solution: Clear Browser Cache
You MUST clear your browser cache and cookies to resolve the error.
Quick Fix (Chrome/Edge):
- Press
Ctrl+Shift+Delete(orCmd+Shift+Deleteon Mac) - Select:
- ✅ "Cached images and files"
- ✅ "Cookies and other site data"
- Time range: "All time"
- Click "Clear data"
- Close and restart browser completely
- Navigate to:
https://192.168.11.12:8006
Quick Fix (Firefox):
- Press
Ctrl+Shift+Delete(orCmd+Shift+Deleteon Mac) - Select:
- ✅ "Cached Web Content"
- ✅ "Cookies"
- Time range: "Everything"
- Click "Clear Now"
- Close and restart browser completely
- Navigate to:
https://192.168.11.12:8006
Alternative: Use Incognito/Private Mode
- Open browser in Incognito/Private mode
- Navigate to:
https://192.168.11.12:8006 - If it works in incognito, the issue is definitely browser cache
Detailed Browser Cache Clearing Instructions
Chrome Browser
Method 1: Keyboard Shortcut
- Press
Ctrl+Shift+Delete(Windows/Linux) orCmd+Shift+Delete(Mac) - In the "Clear browsing data" dialog:
- ✅ Check "Cached images and files"
- ✅ Check "Cookies and other site data"
- Time range: "All time"
- Click "Clear data"
- Close all Chrome windows
- Restart Chrome
- Navigate to:
https://192.168.11.12:8006
Method 2: Settings Menu
- Click three dots (⋮) → Settings
- Click Privacy and security → Clear browsing data
- Click Advanced tab
- Select:
- ✅ "Cached images and files"
- ✅ "Cookies and other site data"
- Time range: "All time"
- Click "Clear data"
- Restart browser
Method 3: Site-Specific
- Navigate to:
https://192.168.11.12:8006 - Click the lock icon in address bar
- Click "Site settings"
- Click "Clear data"
- Check "Cookies" and "Cached images and files"
- Click "Clear"
- Refresh page
Firefox Browser
Method 1: Keyboard Shortcut
- Press
Ctrl+Shift+Delete(Windows/Linux) orCmd+Shift+Delete(Mac) - In the "Clear All History" dialog:
- ✅ Check "Cached Web Content"
- ✅ Check "Cookies"
- Time range: "Everything"
- Click "Clear Now"
- Close all Firefox windows
- Restart Firefox
- Navigate to:
https://192.168.11.12:8006
Method 2: Settings Menu
- Click hamburger menu (☰) → Settings
- Click Privacy & Security
- Scroll to "Cookies and Site Data"
- Click "Clear Data"
- Check:
- ✅ "Cached Web Content"
- ✅ "Cookies and Site Data"
- Click "Clear"
- Restart browser
Edge Browser
- Press
Ctrl+Shift+Delete(Windows/Linux) orCmd+Shift+Delete(Mac) - Select:
- ✅ "Cached images and files"
- ✅ "Cookies and other site data"
- Time range: "All time"
- Click "Clear now"
- Close and restart Edge
- Navigate to:
https://192.168.11.12:8006
Verification After Clearing Cache
Step 1: Clear Browser Cache
Follow the instructions above for your browser.
Step 2: Close Browser Completely
- Close ALL browser windows
- Make sure browser process is completely closed
- Check Task Manager (Windows) or Activity Monitor (Mac) to verify
Step 3: Restart Browser
- Open browser fresh
- Do NOT restore previous session/tabs
Step 4: Access Proxmox UI
- Navigate to:
https://192.168.11.12:8006 - Use IP address directly (not hostname)
Step 5: Accept Certificate Warning (First Time Only)
- If you see a security warning, click "Advanced"
- Click "Proceed to 192.168.11.12 (unsafe)" or "Accept the Risk and Continue"
- This is normal for self-signed certificates
Step 6: Verify No Error 596
- ✅ The GUI should load without SSL error 596
- ✅ You should see the Proxmox login page
- ✅ No error messages in the browser
If Error Still Persists
Troubleshooting Steps
-
Try Different Browser
- Use a browser you haven't used to access Proxmox
- Or use a completely different browser
-
Check Browser Console
- Press
F12to open Developer Tools - Go to Console tab
- Look for SSL/certificate errors
- Go to Network tab → Refresh → Check for failed requests
- Press
-
Disable Browser Extensions
- Some security extensions block self-signed certificates
- Try disabling extensions temporarily
- Especially: HTTPS Everywhere, Privacy Badger, uBlock Origin
-
Check System Time
- Ensure your computer's system time is correct
- SSL certificates are time-sensitive
- Time mismatch can cause certificate verification failures
-
Check for Proxy/VPN
- Corporate proxy or VPN may be intercepting SSL
- Try accessing from a different network
- Or disable proxy/VPN temporarily
-
Manual Certificate Import (Advanced)
# Get root CA certificate ssh root@192.168.11.12 "cat /etc/pve/pve-root-ca.pem" > pve-root-ca.pem- Chrome: Settings → Privacy → Security → Manage certificates → Authorities → Import
- Firefox: Settings → Privacy & Security → Certificates → View Certificates → Authorities → Import
Server-Side Verification Commands
If you want to verify the server-side fix:
# Check certificate dates
ssh root@192.168.11.12 "openssl x509 -in /etc/pve/pve-root-ca.pem -noout -dates"
# Verify certificate chain
ssh root@192.168.11.12 "openssl verify -CAfile /etc/pve/pve-root-ca.pem /etc/pve/local/pve-ssl.pem"
# Check services
ssh root@192.168.11.12 "systemctl status pveproxy pvedaemon"
# Test web interface
curl -k -I https://192.168.11.12:8006/
All of these should show ✅ success.
Summary
| Component | Status | Action |
|---|---|---|
| Server Certificates | ✅ Fixed | Regenerated and valid |
| Proxmox Services | ✅ Running | All services active |
| Web Interface | ✅ Accessible | HTTP 200 |
| Browser Cache | ⚠️ MUST CLEAR | Clear cache and cookies |
Next Steps
- ✅ Server-side: Already fixed
- ⚠️ Browser-side: CLEAR BROWSER CACHE (see instructions above)
- ✅ Access: Navigate to
https://192.168.11.12:8006 - ✅ Verify: Error 596 should be gone
Last Updated: 2026-01-06
Server Status: ✅ FIXED
Browser Action: ⚠️ REQUIRED - CLEAR CACHE
Critical: The error will persist in your browser until you clear the cache