Show the gRPC cypher suites for gRPC consumption

This commit is contained in:
nicolas.dorier
2018-12-20 14:16:23 +09:00
parent 70d1d0d230
commit 73e280157d
3 changed files with 13 additions and 3 deletions

View File

@@ -520,6 +520,7 @@ namespace BTCPayServer.Controllers
model.Host = $"{external.BaseUri.DnsSafeHost}:{external.BaseUri.Port}";
model.SSL = external.BaseUri.Scheme == "https";
model.ConnectionType = "GRPC";
model.GRPCSSLCipherSuites = "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256";
}
else if(external.ConnectionType == LightningConnectionType.LndREST)
{