Skip to content

Commit f38ef10

Browse files
committed
feat: Merge in tests from master
Contributes to mhub/qp-planning#1670 Signed-off-by: Katherine Stanley <katheris@uk.ibm.com>
2 parents 09c8305 + 7c4376c commit f38ef10

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
@@ -204,6 +204,13 @@ config.providers.other-provider.param.foo=value1
204204
config.providers.other-provider.param.bar=value2
205205
```
206206

207+
## Troubleshooting
208+
209+
### Unable to connect to Kafka
210+
211+
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.
212+
213+
207214
## Support
208215
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/).
209216

0 commit comments

Comments
 (0)