Skip to content

v1.4.3 — TLS Watchlist fixes

Choose a tag to compare

@thongor77 thongor77 released this 14 Jun 11:50
· 21 commits to main since this release

Fixes in v1.4.3

TLS Watchlist — self-signed / untrusted cert detection

Self-signed and certs with untrusted CA were incorrectly shown as valid (green). Fixed:

  • SSL exception catching now covers all ssl.SSLError subclasses (not just SSLCertVerificationError)
  • Such certs now display as "⚠ Invalid / untrusted cert" in orange
  • Sidebar dot turns orange when an untrusted cert is detected

TLS Watchlist — clearer status text

  • Entries show "… (checking)" while the background worker is running
  • Unreachable hosts show "— (unreachable)" instead of the ambiguous "not checked"