1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

no ssl check on reverse proxy port

This commit is contained in:
Kyle Spearrin
2018-03-28 22:07:51 -04:00
parent 7de9b18aa6
commit c6f4996010

View File

@ -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)