Use SSLPassthrough if is Backend.Secure
This commit is contained in:
parent
ed6987e716
commit
bc02678106
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ func (ic *GenericController) getBackendServers() ([]*ingress.Backend, []*ingress
|
||||||
isHTTPSfrom = append(isHTTPSfrom, server)
|
isHTTPSfrom = append(isHTTPSfrom, server)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else if !upstream.Secure {
|
||||||
isHTTP = true
|
isHTTP = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue