Alex Zhang

Results 408 comments of Alex Zhang

See https://apisix.apache.org/docs/apisix/plugins/serverless/, write piece of code to do that, or just injecting the same Nginx configuration to Apache APISIX (see https://apisix.apache.org/docs/apisix/customize-nginx-configuration/).

The error message is self-explained. You sent a plain HTTP request to an HTTPS port. Try to use HTTPS scheme.

> but do you have a template for SSL already enabled with AWS certificate on EKS Sorry I cannot understand the meaning, but https://apisix.apache.org/blog/2021/10/22/cert-manager-in-ingress/ may help you.

> For example, parsing the key-value structure in the upstream set-cookie so that only the value of the key with the same name is overwritten and the upstream cookie is...

@superwjc Could you paste the APISIX `config.yaml`?

What I mean is the ultimate apisix config.yaml, you can login to such container and cat it by `cat /usr/local/apisix/conf/config.yaml`.

It seems that the stream proxy was not enabled. I noticed that the helm chart of APISIX you're using is `0.4.0`, would you like to try the `0.5.0` and see...

@loongzh Could you check out the behavior of the backend server when the connection was aborted? We need to make sure whether the "disconnect" is made by the backend server...

> > @loongzh Could you check out the behavior of the backend server when the connection was aborted? We need to make sure whether the "disconnect" is made by the...

It's strange that the WebSocket connection will be subjected to the timeout settings, since after the connection was "upgraded" tot WebSocket, all timers on it were removed, the connection was...