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:
@ -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)
|
||||
|
Reference in New Issue
Block a user