cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

Set ssl.endpoint.identification.algorithm to Null

Open bitvijays opened this issue 4 years ago • 1 comments

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 avatar Apr 27 '20 02:04 bitvijays

@bitvijays , I had a similar problem but setting value as single space worked. could you try?

NaokoReeves-BO avatar Mar 09 '22 23:03 NaokoReeves-BO