Submit an issue View all issues Source
MIR-771

Prefetch TLS cert when miren route set is run

Done public
phinze phinze Opened Mar 9, 2026 Updated Mar 11, 2026

When miren route set links a subdomain to an app, the first request to that URL times out because TLS cert provisioning is triggered lazily on the first connection rather than when the route is configured.

We should kick off the TLS fetch immediately on route set so the cert is ready (or nearly ready) by the time the user opens their browser.