Skip to content

Commit 41f0cda

Browse files
committed
Update README.md
1 parent 07faba2 commit 41f0cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,8 @@ This configures the store to look up CA certificates from the system default cer
945945

946946
In order to authenticate the client to the cluster, you need to pass in a certificate and key created for the client and trusted by the brokers.
947947

948+
*Note*: You can also set `verify_hostname: false` to disable hostname validation without passing `ssl_ca_cert`, which can be helpful if your `ssl_client_cert` is a combined certificate.
949+
948950
```ruby
949951
kafka = Kafka.new(
950952
["kafka1:9092"],

0 commit comments

Comments
 (0)