You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/17 09:23:03 UTC

[GitHub] [pulsar] lhotari edited a comment on issue #11548: Pulsar server non-tls ports are still listening when TLS in-transit encryption is enabled

lhotari edited a comment on issue #11548:
URL: https://github.com/apache/pulsar/issues/11548#issuecomment-900134923


   @yabinmeng There's a PR #11681 to fix some issues. Most of the fixed issues in that PR apply to Pulsar Standalone.
   
   Setting TLS only requires setting `brokerClientTlsEnabled=true` besides the configuration settings that you have enabled. With self-signed certificates you might have to specify `tlsAllowInsecureConnection=true` unless `brokerClientTlsEnabledWithKeyStore=true` is set with all required settings. 


-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org