Browse Source

no ssl check on reverse proxy port

pull/288/head
Kyle Spearrin 8 years ago
parent
commit
c6f4996010
  1. 2
      util/Setup/Program.cs

2
util/Setup/Program.cs

@ -128,7 +128,7 @@ namespace Bit.Setup @@ -128,7 +128,7 @@ namespace Bit.Setup
{
url = $"https://{domain}";
}
else if(ssl)
else
{
Console.Write("(!) Proxy HTTPS port: ");
if(int.TryParse(Console.ReadLine().ToLowerInvariant().Trim(), out var httpsReversePort)

Loading…
Cancel
Save