No enable QS on HTTP

This commit is contained in:
Manuel Romero
2020-10-28 17:32:55 +01:00
parent bb8e664cd3
commit bd9ba027f2

View File

@@ -161,13 +161,14 @@ While( (Connect-Qlik $($env:COMPUTERNAME) -TrustAllCerts -UseDefaultCredentials
### Enabling HTTP
Write-Log -Message "Enabling HTTP access on Central Node proxy"
try {
Get-QlikProxy -filter "serverNodeConfiguration.Name eq 'Central'" | Update-QlikProxy -AllowHttp 1 | Out-Null
} catch {
Write-Log -Message $_.Exception.Message -Severity "Error"
}
Start-Sleep -s 10
#Write-Log -Message "Enabling HTTP access on Central Node proxy"
#try {
# Get-QlikProxy -filter "serverNodeConfiguration.Name eq 'Central'" | Update-QlikProxy -AllowHttp 1 | Out-Null
#} catch {
# Write-Log -Message $_.Exception.Message -Severity "Error"
#}
#Start-Sleep -s 10
### Install qlik-poc_com certificate
Write-Log -Message "Install 'qmi.qlik-poc.com' certificate, set thumbsprint and whitelist domain in QS central virtual proxy"
try {