Skip to content

Instantly share code, notes, and snippets.

@simplesteph
Created March 29, 2017 00:03
Show Gist options
  • Save simplesteph/850df24dc6c4b845674ede51bddbd9d5 to your computer and use it in GitHub Desktop.
Save simplesteph/850df24dc6c4b845674ede51bddbd9d5 to your computer and use it in GitHub Desktop.
# double check that the certificates are loaded
openssl s_client -debug -connect kafka-schema-registry-1.kafka-schema-registry.example.com:443 -tls1
# to verify if the schema registry is responding to REST requests
curl -k https://kafka-schema-registry-1.kafka-schema-registry.example.com:443/subjects
# to verify if your public certificate matches the SSL certificate from the schema registry
curl --cacert cacert.pem https://kafka-schema-registry-1.kafka-schema-registry.example.com:443/subjects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment