why does istio gives ISTIO-403 forbidden error

6/9/2021

After implementing istio, the service which was working before on browser has started giving 403 forbidden error.please note that this service still works inside k8 cluster and gives 200 response but on the browser it responds with 403 forbidden when it is called from other service.

what could be the reason?

any help appreciated.

-- kumar
istio
kubernetes

1 Answer

6/12/2021

By fixing the http_upgrade in nginx.this issue got resolved

-- kumar
Source: StackOverflow