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

Allow HttpServerOptionsCustomizer to set KeyManager and TrustManager for HTTPS server #27682

Merged

Commits on Sep 2, 2022

  1. Allow HttpServerOptionsCustomizer to set KeyManager

    This change allows application to set its own KeyManager and TrustManager to
    Vert.x by delaying the check to disable TLS (in absense of certificate&key)
    to be done after the call to HttpServerOptionsCustomizer, instead of before.
    tsaarni committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    23f3a93 View commit details
    Browse the repository at this point in the history
  2. Updated the test case

    tsaarni committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4a4cecd View commit details
    Browse the repository at this point in the history