Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

↑ child of #675

#676 Docs: add server-side TLS reference for swamp serve --cert-file/--key-file

Opened by stack72 · 6/18/2026· Shipped 6/18/2026

What changed

swamp-club/swamp#675 adds --cert-file and --key-file flags to swamp serve for static TLS support. When both are provided, the server runs over wss:///https:// instead of plain ws://.

Environment variable alternatives: SWAMP_SERVE_CERT_FILE and SWAMP_SERVE_KEY_FILE.

What needs documenting

The existing content/manual/reference/tls-and-proxies.md covers client-side TLS trust stores. A new section or page should cover server-side TLS configuration:

  • --cert-file and --key-file flags (both required together)
  • SWAMP_SERVE_CERT_FILE / SWAMP_SERVE_KEY_FILE env vars
  • PEM format requirement
  • How TLS affects the WebSocket URL scheme (ws:// to wss://)
  • That workers automatically derive the data-plane URL from the connect URL (wss to https)
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 4 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

6/18/2026, 4:11:08 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/18/2026, 3:54:16 PM
stack72 linked parent of #6756/18/2026, 1:50:06 PM

Sign in to post a ripple.