diff --git a/src/app.ts b/src/app.ts index 014f1625dc..08fbdb4323 100644 --- a/src/app.ts +++ b/src/app.ts @@ -126,7 +126,7 @@ export const startGateway = async () => { await gatewayApp.listen(port); } else { try { - await addHttps(gatewayApp).listen(port, "127.0.0.1"); + await addHttps(gatewayApp).listen(port); logger.info('The gateway server is secured behind HTTPS.'); } catch (e) { logger.error(