You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Jon Arce <jo...@gmail.com> on 2020/06/01 21:10:50 UTC

Pulsar enable TLS

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.

Re: Pulsar enable TLS

Posted by Matteo Merli <mm...@apache.org>.
You should be able to follow the same general instructions from
https://pulsar.apache.org/docs/en/security-tls-transport/ . Just
remember to put the broker settings in `standalone.conf` file instead.


--
Matteo Merli
<ma...@gmail.com>
--
Matteo Merli
<mm...@apache.org>

On Mon, Jun 1, 2020 at 2:11 PM Jon Arce <jo...@gmail.com> 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.
>

Re: Pulsar enable TLS

Posted by Jon Arce <jo...@gmail.com>.
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 <sh...@gmail.com> wrote:

> Hi Jon,
>
> @Sijie Guo <sg...@streamnative.io> 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 <jo...@gmail.com> 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.
>>
>>

Re: Pulsar enable TLS

Posted by Shivji Kumar Jha <sh...@gmail.com>.
Hi Jon,

@Sijie Guo <sg...@streamnative.io> 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 <jo...@gmail.com> 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.
>
>