You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesquarkusio#17424
Notes on store modifications in integration-tests/vertx-http:
- added key pair to server-keystore.jks with alias "anotherserver" (which comes before the existing "server" pair)
- added key pair to new client-keystore-2.jks and added its cert chain to server-truststore.jks with alias "mykey-2"
- renamed existing "mykey" to "mykey-1" in server-truststore.jks
- renamed client-keystore.jks to client-keystore-1.jks
(cherry picked from commit 0f68fa1)
Description
Please see eclipse-vertx/vert.x#3926 which has been fixed so a new Quarkus Vert.x HTTP option can be added after an update to the next Vert.x 4.x
The text was updated successfully, but these errors were encountered: