- 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>
6.7 KiB
r630-02 SSL Error 596 - Browser Cache Fix (REQUIRED)
Date: 2026-01-06
Error: error:0A000086:SSL routines::certificate verify failed (596)
Node: r630-02 (192.168.11.12)
Status: ⚠️ BROWSER CACHE MUST BE CLEARED
⚠️ CRITICAL: This is a Browser Cache Issue
The SSL error 596 is appearing in the browser GUI because your browser has cached old certificate information. The server-side certificates have been fixed, but the browser needs to clear its cache.
Server-Side Status: ✅ FIXED
What was done on the server:
- ✅ SSL certificates regenerated on r630-02
- ✅ SSL certificates regenerated on all cluster nodes (ml110, r630-01, r630-02)
- ✅ Proxmox services restarted
- ✅ Certificate chain verified: ✅ OK
- ✅ Web interface responding: ✅ HTTP 200
Server certificates are valid and working correctly.
Browser-Side Fix: CLEAR CACHE (REQUIRED)
You MUST clear your browser cache and cookies to resolve the SSL error 596.
Method 1: Clear All Browsing Data (Recommended)
Chrome/Edge:
- Press
Ctrl+Shift+Delete(Windows/Linux) orCmd+Shift+Delete(Mac) - In the dialog:
- ✅ Check "Cached images and files"
- ✅ Check "Cookies and other site data"
- Time range: "All time" or "Last 24 hours"
- Click "Clear data"
- Close and completely restart the browser
- Navigate to:
https://192.168.11.12:8006
Firefox:
- Press
Ctrl+Shift+Delete(Windows/Linux) orCmd+Shift+Delete(Mac) - In the dialog:
- ✅ Check "Cached Web Content"
- ✅ Check "Cookies"
- Time range: "Everything" or "Last 24 hours"
- Click "Clear Now"
- Close and completely restart the browser
- Navigate to:
https://192.168.11.12:8006
Method 2: Use Incognito/Private Mode (Quick Test)
-
Open browser in Incognito/Private mode:
- Chrome:
Ctrl+Shift+N(Windows/Linux) orCmd+Shift+N(Mac) - Firefox:
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(Mac) - Edge:
Ctrl+Shift+N(Windows/Linux) orCmd+Shift+N(Mac)
- Chrome:
-
Navigate to:
https://192.168.11.12:8006 -
If it works in incognito mode, the issue is definitely browser cache
Method 3: Clear Site-Specific Data
Chrome/Edge:
- Click the lock icon in the address bar
- Click "Site settings"
- Click "Clear data"
- Check "Cookies" and "Cached images and files"
- Click "Clear"
- Refresh the page
Firefox:
- Click the lock icon in the address bar
- Click "Clear Cookies and Site Data"
- Refresh the page
Method 4: Reset SSL State (Advanced)
Chrome:
- Go to:
chrome://settings/clearBrowserData - Advanced tab
- Select "Cached images and files"
- Select "Cookies and other site data"
- Click "Clear data"
Firefox:
- Go to:
about:preferences#privacy - Scroll to "Cookies and Site Data"
- Click "Clear Data"
- Check "Cached Web Content" and "Cookies and Site Data"
- Click "Clear"
Step-by-Step Fix Process
Step 1: Clear Browser Cache
Follow Method 1 above to clear all browsing data.
Step 2: Close Browser Completely
- Close all browser windows
- Make sure browser process is completely closed (check Task Manager/Activity Monitor)
Step 3: Restart Browser
- Open browser fresh
- Do NOT restore previous session
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)
- If you see a security warning, click "Advanced" or "Show Details"
- Click "Proceed to 192.168.11.12 (unsafe)" or "Accept the Risk and Continue"
- This is normal for self-signed certificates in Proxmox
Step 6: Verify No Error 596
- The GUI should load without SSL error 596
- You should see the Proxmox login page
If Error Still Persists
Check 1: Try Different Browser
- Use a browser you haven't used to access Proxmox before
- Or use a completely different browser (Chrome vs Firefox vs Edge)
Check 2: Check Browser Console
- Open Developer Tools: Press
F12 - Go to Console tab
- Look for SSL/certificate errors
- Go to Network tab
- Refresh page
- Check for failed requests with SSL errors
Check 3: Disable Browser Extensions
- Some security extensions block self-signed certificates
- Try disabling extensions temporarily
- Especially: HTTPS Everywhere, Privacy Badger, uBlock Origin
Check 4: Check System Time
- Ensure your computer's system time is correct
- SSL certificates are time-sensitive
- Time mismatch can cause certificate verification failures
Check 5: Check for Proxy/VPN
- Corporate proxy or VPN may be intercepting SSL
- Try accessing from a different network
- Or disable proxy/VPN temporarily
Check 6: Manual Certificate Import (Advanced)
If nothing else works, manually import the root CA certificate:
# Get the root CA certificate
ssh root@192.168.11.12 "cat /etc/pve/pve-root-ca.pem" > pve-root-ca.pem
Chrome/Edge:
- Settings → Privacy and security → Security
- Manage certificates → Authorities tab
- Import → Select
pve-root-ca.pem - Check "Trust this certificate for identifying websites"
- OK
Firefox:
- Settings → Privacy & Security
- Certificates → View Certificates
- Authorities tab → Import
- Select
pve-root-ca.pem - Check "Trust this CA to identify websites"
- OK
Verification
After clearing cache, verify the fix:
- Access Proxmox UI:
https://192.168.11.12:8006 - Check for Error 596: Should NOT appear
- Login: Should be able to login normally
- Check Browser Console: No SSL errors
Why This Happens
The SSL error 596 persists in the browser because:
- Browser SSL Cache: Browsers cache SSL certificate information for performance
- Certificate Change: When certificates are regenerated, browser still has old certificate cached
- Security Feature: Browsers cache certificates to prevent man-in-the-middle attacks
- Cache Persistence: Cache persists even after server-side fixes
Solution: Clear browser cache to force browser to fetch new certificate information.
Quick Reference
Server Status: ✅ Fixed (certificates regenerated, services restarted)
Browser Action: ⚠️ REQUIRED - Clear cache and cookies
Access URL: https://192.168.11.12:8006
Expected Result: No error 596, Proxmox login page loads
Summary
✅ Server-side: All fixes applied, certificates valid
⚠️ Browser-side: YOU MUST CLEAR BROWSER CACHE
📋 Next Step: Clear browser cache using Method 1 above, then access Proxmox UI
Last Updated: 2026-01-06
Status: ⚠️ AWAITING BROWSER CACHE CLEAR
Critical: The error will persist until browser cache is cleared