I was able to make the services listen by entering the configuration in the standalone.conf. I verify it to be properly lisening for connections using the lsof command. However I am now facing the problem with the client, Question will be: what will be needed in the client.conf for the built in tools to work? (once TLS is enabled)
On Tue, Jun 2, 2020 at 1:26 AM Shivji Kumar Jha <[email protected]> wrote: > Hi Jon, > > @Sijie Guo <[email protected]> has put a nice video about tls in pulsar > here > <https://www.youtube.com/watch?v=aP31A-ntHLA&list=PLqRma1oIkcWhWAhKgImEeRiQi5vMlqTc-&index=10>. > It covers tls for all the different components (broker, bookie, zk, worker, > proxy, prometheus, pulsar manager etc) > > Regards, > Shivji Kumar Jha > http://www.shivjijha.com/ > +91 8884075512 > > > On Tue, Jun 2, 2020 at 2:41 AM Jon Arce <[email protected]> wrote: > >> Is there a simple guide that will allow you to use Pulsar Standalone with >> TLS encryption for communication? I'm focusing on TLS encryption between >> the Client and the Broker. >> >> Im trying to verify that the system is working by using the lsof command >> and I do not see anything listening on port 6651 or 8081. >> >>
