diff --git a/BTCPayServer/Hosting/Startup.cs b/BTCPayServer/Hosting/Startup.cs index 953858a19..320fcb6b0 100644 --- a/BTCPayServer/Hosting/Startup.cs +++ b/BTCPayServer/Hosting/Startup.cs @@ -117,13 +117,13 @@ namespace BTCPayServer.Hosting }); // Needed to debug U2F for ledger support - services.Configure(kestrel => - { - kestrel.Listen(IPAddress.Loopback, 5012, l => - { - l.UseHttps("devtest.pfx", "toto"); - }); - }); + //services.Configure(kestrel => + //{ + // kestrel.Listen(IPAddress.Loopback, 5012, l => + // { + // l.UseHttps("devtest.pfx", "toto"); + // }); + //}); } public void Configure(