Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application hangs on https=http port check failure #43373

Closed
shawkins opened this issue Sep 18, 2024 · 1 comment · Fixed by #43376
Closed

Application hangs on https=http port check failure #43373

shawkins opened this issue Sep 18, 2024 · 1 comment · Fixed by #43376
Labels
area/vertx kind/bug Something isn't working
Milestone

Comments

@shawkins
Copy link
Contributor

Describe the bug

If the http and https ports are the same the application will show an error, but hang.

Expected behavior

The application will terminate after the exception.

Actual behavior

The application will hang.

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

3.14.2

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

Similar to #43247

@geoand
Copy link
Contributor

geoand commented Sep 18, 2024

Thanks for reporting.

#43376 fixes the issue

@geoand geoand closed this as completed in 6036d3c Sep 19, 2024
geoand added a commit that referenced this issue Sep 19, 2024
Properly fail when both http and https servers started on port
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Sep 19, 2024
danielsoro pushed a commit to danielsoro/quarkus that referenced this issue Sep 20, 2024
@gsmet gsmet modified the milestones: 3.16.0.CR1, 3.15.2 Oct 18, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants