Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am facing an issue with SSL truststores in my Talend job and would appreciate advice:
My main job has two parts:
The WS part using tSoap with its own isolated truststore configured directly in the component's SSL settings.
The tSendEmail at the end of the job which requires a different truststore
The problem is:
When I run these two parts separately by disabling another, they both run successfully.
But when I both activate them, I get the following error.
So, does Talend share JVM SSLContext across components even when tSOAP has its own truststore configured?
Thank you