alibaba / tengine

A distribution of Nginx with some advanced features
https://tengine.taobao.org
BSD 2-Clause "Simplified" License
12.81k stars 2.52k forks source link

Bug on with-http_upstream_check_module with Tencent cloud internal CLB HTTP listener #1108

Open wiron163 opened 5 years ago

wiron163 commented 5 years ago

Test environment: Install Tengine 2.2 with-http_upstream_check_module on Centos 7.2 upstream to backend server (Tencent Cloud CLB /Cloud LoadBalance) with HTTP listener. The health check status report port down, actually the backend server work normally. When change the listener type to TCP , the health check status report the service is on.

wangfakang commented 5 years ago

@wiron163 You can focus on check_http_send and check_http_expect_alive for configuration issues, as detailed in the documentation http://tengine.taobao.org/document/http_upstream_check.html.