apucher opened a new issue, #10091: URL: https://github.com/apache/pinot/issues/10091
Via slack: ``` I've followed the [Configuring TLS/SSL #TLS only](https://docs.pinot.apache.org/operators/tutorials/configuring-tls-ssl#tls-only) guide with the Helm Chart. I have couple of questions regarding this: When i.e. pinot-server starts it prints a line: Starting server admin application on: http://0.0.0.0:8097/, https://0.0.0.0:7443/ . Why is that, given that the settings are explicitly disabling the http ? pinot.server.adminapi.access.protocols=https pinot.server.adminapi.access.protocols.https.port=7443 pinot.server.netty.enabled=false pinot.server.nettytls.enabled=true pinot.server.nettytls.port=8098 This happens with other components as well. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org