diff --git a/packages/ui/certd-server/src/modules/auto/https/server.ts b/packages/ui/certd-server/src/modules/auto/https/server.ts index 8804dd06..67d7ef5a 100644 --- a/packages/ui/certd-server/src/modules/auto/https/server.ts +++ b/packages/ui/certd-server/src/modules/auto/https/server.ts @@ -58,7 +58,7 @@ export class HttpsServer { opts.app.callback() ); this.server = httpServer; - const hostname = '0.0.0.0'; + const hostname = '::'; // A function that runs in the context of the http server // and reports what type of server listens on which port function listeningReporter() {