When we switched over to https for local development, we noticed that requests for unknown subdomains would occasionally get redirected to random applications or to a plain "not found" page. This PR will redirect these requests to the index.html if a wildcard certificate for the specified top level domain is available, mirroring the functionality for http requests for unknown subdomains.
When we switched over to https for local development, we noticed that requests for unknown subdomains would occasionally get redirected to random applications or to a plain "not found" page. This PR will redirect these requests to the index.html if a wildcard certificate for the specified top level domain is available, mirroring the functionality for http requests for unknown subdomains.