zhouzhongjie
30880 是 node port 吗,还是 LB 的端口,有没有什么特殊配置? ks-console 的页面不应该是 Chunked transfer encoding
下面是正常的响应, 你检查看看
➜ ~ curl -Lv 172.31.73.84:30880
* Trying 172.31.73.84:30880...
* Connected to 172.31.73.84 (172.31.73.84) port 30880 (#0)
> GET / HTTP/1.1
> Host: 172.31.73.84:30880
> User-Agent: curl/7.87.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Vary: Accept-Encoding
< Location: /login
< Content-Type: text/html; charset=utf-8
< Content-Length: 43
< Date: Thu, 30 May 2024 08:32:43 GMT
< Connection: keep-alive
< Keep-Alive: timeout=5
<
* Ignoring the response-body
* Connection #0 to host 172.31.73.84 left intact
* Issue another request to this URL: 'http://172.31.73.84:30880/login'
* Found bundle for host: 0x600000b68ed0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection #0 with host 172.31.73.84
> GET /login HTTP/1.1
> Host: 172.31.73.84:30880
> User-Agent: curl/7.87.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Vary: Accept-Encoding
< Content-Type: text/html; charset=utf-8
< Content-Length: 19258
< Date: Thu, 30 May 2024 08:32:43 GMT
< Connection: keep-alive
< Keep-Alive: timeout=5
<
<...>