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

Fixes #3377 - Improve jetty-ssl-context.xml. #12592

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 27, 2024

Split ssl.mod and jetty-ssl.xml into ssl-context.mod and jetty-ssl-context.xml.

Added as properties all those that were missing to configure SslContextFactory.

Updated documentation.
Removed duplicate documentation section about custom configuration of TLS properties via a custom XML file.

@sbordet sbordet linked an issue Nov 27, 2024 that may be closed by this pull request
@sbordet sbordet requested a review from gregw November 29, 2024 09:07
Split `ssl.mod` and `jetty-ssl.xml` into `ssl-context.mod` and `jetty-ssl-context.xml`.

Added as properties all those that were missing to configure `SslContextFactory`.

Updated documentation.
Removed duplicate documentation section about custom configuration of TLS properties via a custom XML file.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
…nds on `ssl-context`.

Renamed `conscrypt.xml` to `jetty-conscrypt.xml` as per convention.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet force-pushed the fix/jetty-12.1.x/3377/improve-ssl-context-xml branch from 9aa9cdb to 28a888d Compare November 29, 2024 09:29
@sbordet sbordet merged commit 2e5e47d into jetty-12.1.x Nov 29, 2024
10 checks passed
@sbordet sbordet deleted the fix/jetty-12.1.x/3377/improve-ssl-context-xml branch November 29, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Improve jetty-ssl-context.xml
2 participants