Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Handshake alert: unrecognized_name

I am trying to call a webservice through talend but I always get the following error

0683p000009M4jv.png

My Talend Job looks like this.

0683p000009M4Q3.png

I can call the webservice with no problem through Google Chrome and Postman

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I was able to fix this by adding a tJava component in the beginning with the code

 

System.setProperty("jsse.enableSNIExtension", "false");

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I was able to fix this by adding a tJava component in the beginning with the code

 

System.setProperty("jsse.enableSNIExtension", "false");