-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Improve jetty-ssl-context.xml #3377
Comments
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
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>
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>
Split `ssl.mod` and `jetty-ssl.xml` into `ssl-context.mod` and `jetty-ssl-context.xml`. Fixed module dependencies that previously depended on `ssl`, now depends on `ssl-context`. 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. Renamed `conscrypt.xml` to `jetty-conscrypt.xml` as per convention. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Currently
jetty-ssl-context.xml
defines only a subset of all the properties that are defined inSslContextFactory
.In particular, these are missing:
[in|ex]cludeProtocols
,[in|ex]cludeCipherSuites
, possibly others.We need to verify that we can pass a single CSV string and that is correctly parsed by
SslContextFactory
.The text was updated successfully, but these errors were encountered: