On Mon, Jul 13, 2026 at 9:19 PM Bryan Ellis <[email protected]> wrote: > > The current PoC includes the following: > [...] > * Adds SSL/HTTPS support but does not generate SSL certificates or keys. > This feature is useful if the app loads HTTPS resources or makes HTTPS > requests and therefore needs to be served over HTTPS to avoid CORS-related > issues. Again, not intended for production use.
I'm not sure if SSL is actually needed because typically browsers treat localhost as a special-case secure origin. That said, if it's minimal/no effort to support it and we don't have to bring in a bunch of 3rd party dependencies, then there's probably no reason to remove the functionality. ~Darryl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
