Skip to main content


 

Symptoms


When configuring the site information in the SmartForm setup manager an error was getting thrown when trying to configure the bindings.

The following exception occurred:
Value cannot be null
Parameter name: value

StackTrace: at System.BitConverter.ToString(Bytee] value)
at IIS7WebFunctions.BindingHasSpecificCertWithNoHostheader(Binding b)
at IIS7WebFunctions.SiteHasWildcardBindingWithNoHostheader(String siteName)
at SourceCode.SetupManager.UI.Common.Website.DoUrlBinding(Form parentForm, VariableBundle variableBundle, String siteName, Boolean mustHaveDefault, Boolean alwaysShow, List`1 reservedPorts)
at SourceCode.SetupManager.UI.Panels.SmartFormsWebsitePanel.FinishPanel()
at SourceCode.SetupManager.Main.navigateNext()


 

Diagnoses


After digging in to IIS we found that the bindings for the K2 application contained an HTTPS binding on port 443 which is fine. The problem was that it contained what was an invalid certificate.

 

Resolution

The organization in this case was not using SSL at present and so we simply removed the binding for HTTPS and were able to carry on with the installation normally.
 




 
Be the first to reply!

Reply