Skip to content

Commit 991a84b

Browse files
katherisGitHub Enterprise
authored andcommitted
Merge pull request #3 from mhub/docs/1749-troubleshooting
docs: Add troubleshooting section
2 parents 64077a5 + 155db35 commit 991a84b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ The configuration options for the Kafka Connect source connector for IBM MQ are
163163
| topic | The name of the target Kafka topic | string | | Topic name |
164164

165165

166+
## Troubleshooting
167+
168+
### Unable to connect to Kafka
169+
170+
You may receive an `org.apache.kafka.common.errors.SslAuthenticationException: SSL handshake failed` error when trying to run the MQ Source Connector using SSL to connect to your Kafka cluster. In the case that the error is caused by the following exception: `Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching XXXXX found.`, Java may be replacing the IP address of your cluster with the corresponding hostname in your `/etc/hosts` file. For example, to push Docker images to your ICP cluster, you may add an entry in this file which corresponds to the IP of your cluster e.g. `123.456.78.90 mycluster.icp`. To fix this, you can comment out this line in your `/etc/hosts` file.
171+
172+
166173
## Support
167174
A commercially supported version of this connector is available for customers with a support entitlement for [IBM Event Streams](https://developer.ibm.com/messaging/event-streams/).
168175

0 commit comments

Comments
 (0)