Aiven-Open / http-connector-for-apache-kafka

Apache Kafka Connect sink connector for HTTP
Apache License 2.0
88 stars 44 forks source link

feat: add flag to disable SSL certificate verification #223

Closed jeqo closed 3 months ago

chatchaisi commented 4 months ago

@jeqo I build this branch for test disable self-sign certificate. My team test this function is work.

Test case

  1. Configuration http.ssl.trust.all.certs is false 1.1 Request with http (PASS) 1.2 Request with https self-sign certificate is throw error (PASS)
  2. Configuration http.ssl.trust.all.certs is true 2.1 Request with http (PASS) 2.2 Request with https self-sign certificate is not throw error (PASS)

Thank you for support. Please merge this branch to main.