You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/01/04 19:43:42 UTC

[pulsar] branch master updated: Update tlsProviderFactoryClass example in bookkeeper.conf (#9117)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e4be2a  Update tlsProviderFactoryClass example in bookkeeper.conf (#9117)
9e4be2a is described below

commit 9e4be2af433885d2b05a6958266a82ec15f01619
Author: Marco Pfatschbacher <ma...@graylog.com>
AuthorDate: Mon Jan 4 20:43:17 2021 +0100

    Update tlsProviderFactoryClass example in bookkeeper.conf (#9117)
    
    SSLContextFactory got changed to TLSContextFactory
    in bookkeeper 4.6.0
    
    Refs https://github.com/apache/bookkeeper/pull/2307
---
 conf/bookkeeper.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf
index ee859db..5fabc7b 100644
--- a/conf/bookkeeper.conf
+++ b/conf/bookkeeper.conf
@@ -174,7 +174,7 @@ maxPendingAddRequestsPerThread=10000
 # tlsProvider=OpenSSL
 
 # The path to the class that provides security.
-# tlsProviderFactoryClass=org.apache.bookkeeper.security.SSLContextFactory
+# tlsProviderFactoryClass=org.apache.bookkeeper.tls.TLSContextFactory
 
 # Type of security used by server.
 # tlsClientAuthentication=true