diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index b54147f259..6c5c4d1d1a 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -93,7 +93,10 @@ namespace Bit.Setup if(defaultPorts) { httpPort = 80; - httpsPort = 443; + if(ssl) + { + httpsPort = 443; + } } else if(ssl) {