mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
no ssl check on reverse proxy port
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Bit.Setup
|
|||||||
{
|
{
|
||||||
url = $"https://{domain}";
|
url = $"https://{domain}";
|
||||||
}
|
}
|
||||||
else if(ssl)
|
else
|
||||||
{
|
{
|
||||||
Console.Write("(!) Proxy HTTPS port: ");
|
Console.Write("(!) Proxy HTTPS port: ");
|
||||||
if(int.TryParse(Console.ReadLine().ToLowerInvariant().Trim(), out var httpsReversePort)
|
if(int.TryParse(Console.ReadLine().ToLowerInvariant().Trim(), out var httpsReversePort)
|
||||||
|
|||||||
Reference in New Issue
Block a user