Files
uptime-kuma/server
mkdev11 327b51f304 refactor: integrate TLS alert checking into TCP monitor
Per CommanderStorm's feedback, instead of creating a separate TLS monitor
type, add the TLS alert checking functionality directly to the existing
TCP monitor.

Changes:
- Add TLS_ALERT_CODES, parseTlsAlertNumber(), getTlsAlertName() to tcp.js
- Add checkTlsAlert() method to TCPMonitorType for mTLS verification
- Add 'Expected TLS Alert' dropdown to TCP monitor UI
- Remove separate TLS monitor type (tls.js)

This allows users to verify mTLS endpoints reject connections without
client certificates by expecting specific TLS alerts like
'certificate_required'.

Closes #5837
2026-01-06 20:28:09 +02:00
..
2025-10-25 05:22:13 +08:00
2022-04-20 19:56:40 +01:00
2023-12-11 02:36:08 +08:00
2023-08-11 15:46:41 +08:00
2025-12-15 14:08:14 +01:00
2023-08-11 15:46:41 +08:00
2023-08-11 15:46:41 +08:00
2026-01-06 01:42:20 -05:00