-
Notifications
You must be signed in to change notification settings - Fork 196
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
Enable vertx-websocket extension to handle Quarkus TLS Registry configuration #6420
Enable vertx-websocket extension to handle Quarkus TLS Registry configuration #6420
Conversation
991ed53
to
372852a
Compare
Well done! |
One of the example projects uncovers an issue that I need to fix (strange it does not happen in the main project test suite).
|
372852a
to
2f6fbb6
Compare
Issues should be fixed in the latest commit. |
|
||
@TestCertificates(certificates = { | ||
@Certificate(name = "vertx-websocket", formats = { | ||
Format.PKCS12, Format.PEM }, password = "changeit") }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use the PKCS12 format somewhere? I see just the PEM one being used below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relates to #6393.