-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Validate that http and https are not on the same port #39289
Labels
Milestone
Comments
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 11, 2024
Vert.x seems not thrown any exception in this scenario, but it then throws NPEs in either the secure or insecure handling of requests. This behavior is very odd and provides users no good ways of diagnosing the problem Closes: quarkusio#39289
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 11, 2024
Vert.x seems not thrown any exception in this scenario, but it then throws NPEs in either the secure or insecure handling of requests. This behavior is very odd and provides users no good ways of diagnosing the problem Closes: quarkusio#39289
#39318 takes care of the problem |
@geoand thank you, that will definitely help. |
🙏🏼 |
geoand
added a commit
that referenced
this issue
Mar 11, 2024
Fail to deploy application when http and https ports are the same
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When starting the server with http and https enabled on the same port you see the message:
However https requests will fail with NPEs - see keycloak/keycloak#26603
It would be better if the server failed to start with an appropriate error.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: