mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-31 19:13:09 +08:00
Add a new TLS monitor type that allows monitoring mTLS endpoints to verify they properly reject connections without client certificates. Features: - New TLS monitor type with hostname and port configuration - Expected TLS Alert dropdown to specify which TLS alert to expect - Support for certificate_required (116) alert for mTLS verification - Optional certificate expiry monitoring when connection succeeds - Ignore TLS errors option Closes #5837