diff --git a/BTCPayServer/Controllers/StoresController.LightningLike.cs b/BTCPayServer/Controllers/StoresController.LightningLike.cs index 0abf1cc47..251d19f4c 100644 --- a/BTCPayServer/Controllers/StoresController.LightningLike.cs +++ b/BTCPayServer/Controllers/StoresController.LightningLike.cs @@ -93,7 +93,7 @@ namespace BTCPayServer.Controllers if (connectionString.BaseUri.Scheme == "http") { - if (!isInternalNode) + if (!isInternalNode && !connectionString.AllowInsecure) { ModelState.AddModelError(nameof(vm.ConnectionString), "The url must be HTTPS"); return View(vm);