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 2020/06/27 00:53:13 UTC

[GitHub] [pulsar] tuteng commented on issue #7287: Not able to start Pulsar in Standalone mode with Functions-Worker

tuteng commented on issue #7287:
URL: https://github.com/apache/pulsar/issues/7287#issuecomment-650465701


   Hello, I have encountered the same problem and solved it through the following configuration
   
   1. check whether the certificate is correct
   
   ```
   openssl x509 -in admin.cert.pem -noout -text
   openssl x509 -in broker.cert.pem -noout -text
   ```
   
   Make sure that these two certificates do not use the same common name, otherwise, errors may occur
   
   2. Add configuration `useTls=true` to `conf/functions_worker.yml` file in standalone environment.
   
   This is an example of functions_worker.yml in a standalone environment.
   
   @97arushisharma 
   
   


----------------------------------------------------------------
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