Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR uses the schema in zowe/zowe-install-packaging#3509 to allow users to more easily customize network attributes for IP and TLS level.
CHANGELOG: Added support for using "zowe.network" and "components.app-server.zowe.network" to set listener IP and TLS version properties.
VERSION: 2.13.0
How to test:
you should then see it not in the debug messages, and that firefox uses a different cipher.
For TLS, you can customize what version of TLS firefox listens for, as well as view what version was used when connecting, so you can set different TLS levels and observe them through firefox.
in the URL "about:config", you can customize tls levels for firefox:
https://kb.mozillazine.org/Security.tls.version.*
I have tested that app-server does respect the minTls / maxTls settings in this way, because if I configure it to do only tls 1.3, I see this message:
I do not have a test for curves. it would be similar to ciphers though.