-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When I install the SE edition, the web application on SSL is always set with the host header, even if I have it set to false in the XML configuration, because there is no check in the part of the code where the new SE commands are used:
AutoSPInstaller/SP/Automation/AutoSPInstallerModule.psm1
Lines 2980 to 2983 in 6c4bcd0
| else # Use method for a regular web app | |
| { | |
| Set-SPWebApplication -Identity $SSLSiteName -Zone Default -Port $SSLPort -SecureSocketsLayer -HostHeader $SSLHostHeader -Certificate $seCert | |
| } |
Check which is in the section for previous versions of SharePoint:
| if (!([string]::IsNullOrEmpty($webApp.UseHostHeader)) -and $webApp.UseHostHeader -eq $false) |
Metadata
Metadata
Assignees
Labels
No labels