ISSUE:
A pipeline with MongoDB destination with SSL/TLS enabled does not start and shows an error.
RESOLUTION:
Try to check whether the truststore path and password are set correctly in sdc-env.sh/sdcd-env.sh or Cloudera Manager --> StreamSets --> Configuration --> Data Collector Advanced Configuration Snippet (Safety Valve) for sdc-env.sh as follows:
export SDC_JAVA_OPTS="-Djavax.net.ssl.trustStore=<path to truststore file> -Djavax.net.ssl.trustStorePassword=<password>"
You can find more information in our documentation here.