This commit is contained in:
Joao Morais 2017-04-19 21:51:19 +00:00 committed by GitHub
commit 30e35b6add

View file

@ -654,7 +654,7 @@ func (ic *GenericController) getBackendServers() ([]*ingress.Backend, []*ingress
isHTTPSfrom = append(isHTTPSfrom, server)
}
}
} else {
} else if !upstream.Secure {
isHTTP = true
}
}