Skip to content

Conversation

@BraveheartStone
Copy link
Contributor

If the protocol parameter is not added, when shenyu.upstreamCheck.enabled=true is configured in shenyu-bootstrap, the port numbers checked in the UpstreamCheckUtils.checkUrl method will all be port 80. The host using the HTTPS protocol will not be checked on port 443, resulting in the health check failing continuously.

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

Evan and others added 9 commits December 5, 2025 22:36
If the protocol parameter is not added, when shenyu.upstreamCheck.enabled=true is configured in shenyu-bootstrap, the port numbers checked in the UpstreamCheckUtils.checkUrl method will all be port 80. The host using the HTTPS protocol will not be checked on port 443, resulting in the health check failing continuously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants