o-farooq opened a new issue, #6190:
URL: https://github.com/apache/incubator-devlake/issues/6190

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   I deployed Apache devlake to k8s cluster with Istio installed . Envoy by 
default does not support http 1.0 and calls through `/api` fails with https 
status code [426](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/426)
   HTTP 1.0 is obsolete and few modern proxies do not even support it . Instead 
of HTTP 1.0 , HTTP 1.1 should be used by default as it offers better 
compatibility and bunch of performance improvements
   
   ### What do you expect to happen
   
   The nginx proxy in config-ui works successfuly with other proxies like envoy
   
   ### How to reproduce
   
   Install Apache dev lake in Istio enabled k8s cluster
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   v0.18.0
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to