Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to call a webservice through talend but I always get the following error
My Talend Job looks like this.
I can call the webservice with no problem through Google Chrome and Postman
I was able to fix this by adding a tJava component in the beginning with the code
System.setProperty("jsse.enableSNIExtension", "false");
I was able to fix this by adding a tJava component in the beginning with the code
System.setProperty("jsse.enableSNIExtension", "false");