kj415j45 commented on issue #10673: URL: https://github.com/apache/apisix/issues/10673#issuecomment-1914212053
Sure, Here's the output of `curl -L -vvv http://localhost:9080/codespace/README` ```log * Uses proxy env variable NO_PROXY == 'localhost,127.0.0.1,::1' * Trying 127.0.0.1:9080... * Connected to localhost (127.0.0.1) port 9080 (#0) > GET /codespace/README HTTP/1.1 > Host: localhost:9080 > User-Agent: curl/7.79.1 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 308 Permanent Redirect < Content-Type: text/html; charset=utf-8 < Content-Length: 164 < Connection: keep-alive < Date: Mon, 29 Jan 2024 08:38:53 GMT < Location: https://localhost/README.md < Strict-Transport-Security: max-age=31536000; includeSubDomains < X-Served-By: tunnels-prod-rel-usw3-v3-cluster < Server: APISIX/3.7.0 < * Ignoring the response-body * Connection #0 to host localhost left intact * Issue another request to this URL: 'https://localhost/README.md' * Uses proxy env variable NO_PROXY == 'localhost,127.0.0.1,::1' * Trying 127.0.0.1:443... * connect to 127.0.0.1 port 443 failed: Connection refused * Trying ::1:443... * connect to ::1 port 443 failed: Connection refused * Failed to connect to localhost port 443 after 0 ms: Connection refused * Closing connection 1 curl: (7) Failed to connect to localhost port 443 after 0 ms: Connection refused ``` -- 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]
