| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nmlinux-1.4.3-py3-none-any.whl | 2026-06-14 | 399.3 kB | |
| README.md | 2026-06-14 | 613 Bytes | |
| v1.4.3 -- TLS Watchlist fixes source code.tar.gz | 2026-06-14 | 3.6 MB | |
| v1.4.3 -- TLS Watchlist fixes source code.zip | 2026-06-14 | 3.6 MB | |
| Totals: 4 Items | 7.6 MB | 0 | |
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.SSLErrorsubclasses (not justSSLCertVerificationError) - 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"