service · inferred from evidence
TLS
Transport Layer Security, used in Traefik for securing HTTPS traffic.
- `Content-MD5` field/header seems to have no effect with a presigned POST url
MinIO does not validate the Content-MD5 header or field on presigned POST uploads, so a known-bad checksum will not fail the upload. The maintainers agreed this should be supported for completeness, but until then rely on TLS for transport
- GrowthBook self-hosted Error sending email SSL routines ssl3_get_record wrong version number
The maintainer fixed a bug with port 587 and simplified the SMTP settings: you no longer need to specify EMAIL_USE_TLS at all. Port 465 always uses TLS; every other port starts plain and upgrades via STARTTLS if the server supports it.
- Azure text to speech timeouts: WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED after Windows update
We confirmed this is caused by the October 2022 Windows security updates, which changed TLS behavior and broke the SDK connection to the TTS service. The fix is to install the out of band update for your build: KB5020435 for Windows 10 20H2
- Fix Traefik 404s and hijacked routes: rule matching, priority, and PathPrefix traps
Fix Traefik 404s and wrong-service routing: distinguish no-router-matched from wrong-router-won, set explicit router priority (default is rule length, longest wins), avoid the PathPrefix raw-string-prefix trap, handle Host wildcards and cat