Re: [I] ext-plugin-post-resp plugin caused the request not to reach the upstream service [apisix]
EdaZhang commented on issue #11742: URL: https://github.com/apache/apisix/issues/11742#issuecomment-2904093708 Sorry, I forgot to close this issue. I have the impression that the data in etcd is abnormal. After I delete the data of the route in etcd, the re-created route works normally. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] ext-plugin-post-resp plugin caused the request not to reach the upstream service [apisix]
EdaZhang closed issue #11742: ext-plugin-post-resp plugin caused the request not to reach the upstream service URL: https://github.com/apache/apisix/issues/11742 -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] ext-plugin-post-resp plugin caused the request not to reach the upstream service [apisix]
Baoyuantop commented on issue #11742: URL: https://github.com/apache/apisix/issues/11742#issuecomment-2903812487 Try configuring an SSL trusted certificate: ``` apisix: ssl: ssl_trusted_certificate: /path/to/certs/ca-certificates.crt ``` -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org