eclipse-sdv-blueprints / fleet-management

A close to real-life showcase for truck fleet management where trucks run an SDV software stack so that logistics fleet operators can manage apps, data and services for a diverse set of vehicles.
Apache License 2.0
16 stars 10 forks source link

[#30] Use "none" mechanism when disabling hostname validation #31

Closed sophokles73 closed 9 months ago

sophokles73 commented 9 months ago

The create_hono_config.sh script has been changed to set the ssl.endpoint.identification.algorithm Kafka client property to value "none" instead of "" when disabling hostname validation.

Fixes #30