mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
- Changed all servers to use TLS via Bun.serve({ tls })
- Changed clients to use node:https instead of node:http
- Added rejectUnauthorized: false for self-signed certs
- Added strictSSL: false for request-promise
This properly exercises the original issue which only occurs during
new HTTPS connections due to the TLS handshake timing gap.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>