it0/packages/services/agent-service
hailin 947a47869e fix(agent-service): use https.request for Whisper STT to bypass self-signed cert
Node 18 native fetch (undici) ignores https.Agent, causing fetch failed
on the self-signed proxy at 67.223.119.33:8443. Switch to https.request
with rejectUnauthorized: false which works reliably.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 07:51:37 -08:00
..
src fix(agent-service): use https.request for Whisper STT to bypass self-signed cert 2026-03-06 07:51:37 -08:00
package.json fix(agent-service): add multer as explicit runtime dependency 2026-03-06 07:10:22 -08:00
tsconfig.json Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00