Coderbot
fe0f52ce17
fix: services/status probe fails with self-signed certs when CA is missing in container
...
The /api/v1/services/status endpoint (dashboard card ON/OFF) uses an
HTTPS agent to probe each service. When /app/pki/root.crt is missing
inside the container, it fell back to new https.Agent() which rejects
self-signed certificates. This caused all .sami domain probes to fail
with UNABLE_TO_GET_ISSUER_CERT_LOCALLY, making dashboard cards randomly
flip between ON and OFF depending on whether the Pylon relay responded
before the 10s deadline.
Fix: use rejectUnauthorized: false as fallback when CA cert is absent.
2026-05-23 14:35:39 -07:00
..
2026-05-17 11:38:45 -07:00
2026-05-04 16:44:18 -07:00
2026-05-17 11:38:45 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 16:50:24 -07:00
2026-05-23 14:35:39 -07:00
2026-05-17 01:29:07 -07:00
2026-05-23 14:16:18 -07:00
2026-03-05 02:26:12 -08:00
2026-03-29 22:35:13 -07:00
2026-05-05 17:52:05 -07:00
2026-04-06 21:36:46 -07:00
2026-03-23 13:39:05 -07:00
2026-03-05 02:26:12 -08:00
2026-03-29 22:35:13 -07:00
2026-03-29 22:35:13 -07:00
2026-03-23 10:47:15 +01:00
2026-05-17 11:38:45 -07:00
2026-03-23 10:47:15 +01:00
2026-05-17 11:38:45 -07:00
2026-03-23 10:47:15 +01:00
2026-05-04 16:44:18 -07:00
2026-03-30 03:23:59 -07:00
2026-03-31 23:26:30 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 14:17:25 -07:00
2026-05-17 11:38:45 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-05-12 18:20:59 -07:00
2026-03-29 18:46:02 -07:00
2026-03-28 19:01:24 -07:00
2026-03-29 18:46:02 -07:00
2026-03-05 02:26:12 -08:00
2026-03-23 10:47:15 +01:00
2026-05-04 16:44:18 -07:00
2026-05-04 16:36:09 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 14:17:25 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-05-17 11:38:45 -07:00
2026-05-17 11:38:45 -07:00
2026-04-05 16:15:14 -07:00
2026-05-17 11:39:13 -07:00
2026-03-05 02:26:12 -08:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-05-06 19:14:38 -07:00
2026-04-01 02:00:05 -07:00
2026-05-17 01:29:07 -07:00
2026-05-04 16:44:18 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-04-05 16:15:14 -07:00
2026-03-14 23:01:20 -07:00
2026-05-12 18:20:59 -07:00