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 2019/06/05 08:41:33 UTC

[GitHub] [pulsar] zhaijack commented on issue #4473: Issue 4469: add function worker client auth config in standalone

zhaijack commented on issue #4473: Issue 4469: add function worker client auth config in standalone
URL: https://github.com/apache/pulsar/pull/4473#issuecomment-498993597
 
 
   @jerrypeng  ,  
    added passingly other 2 configs:
   ```
   workerConfig.setTlsAllowInsecureConnection();
   workerConfig.setTlsTrustCertsFilePath();
   ```
   
   `setUseTls(`) is deprecated, not add it.
   `TlsHostnameVerificationEnable` is a client config, and here we are using passed in serverconfig, so not add it.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services