zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Use zowe standard network config #659

Closed 1000TurquoisePogs closed 9 months ago

1000TurquoisePogs commented 10 months ago

This PR uses the schema in https://github.com/zowe/zowe-install-packaging/pull/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: Change the IP to something that doesn't work, and you should see you can't connect :) 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 ZSS does respect the minTls / maxTls settings in this way, because if I configure it to do only tls 1.3, I see this message: image