Skip to content

Commit

Permalink
Update tlsProviderFactoryClass example in bookkeeper.conf (apache#9117)
Browse files Browse the repository at this point in the history
SSLContextFactory got changed to TLSContextFactory
in bookkeeper 4.6.0

Refs apache/bookkeeper#2307
  • Loading branch information
mpfz0r authored Jan 4, 2021
1 parent 2442071 commit 9e4be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/bookkeeper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e4be2a

Please sign in to comment.