cp-docker-images
cp-docker-images copied to clipboard
Set ssl.endpoint.identification.algorithm to Null
Hello Confluent Docker Team,
Hope you are doing well. Is there a way to set ssl.endpoint.identification.algorithm=
as null. By default, the value is https. However, if we want to disable hostname check. We need ssl.endpoint.identification.algorithm=
in the kafka.properties
I am using Kubernetes to set the environment variables and have tried
- name: KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM
value: ''
- name: KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM
value: None
- name: KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM
value: ""
- name: KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM
value:
For some reason they don't work
@bitvijays , I had a similar problem but setting value as single space worked. could you try?