
Anonymous
Not applicable
2019-04-19
09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Handshake alert: unrecognized_name
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
222 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2019-04-19
09:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to fix this by adding a tJava component in the beginning with the code
System.setProperty("jsse.enableSNIExtension", "false");
222 Views
1 Reply

Anonymous
Not applicable
2019-04-19
09:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to fix this by adding a tJava component in the beginning with the code
System.setProperty("jsse.enableSNIExtension", "false");
223 Views
