0 votes
946 views
in Integrations by (16.3k points)

1 Answer

0 votes
by (16.3k points)
selected by
 
Best answer
The "Read from HTTP" is quite useful to make HTTP calls and HTTPS calls and it does a certificate check and hostname check, if you want to bypass that check and still make the call attach the following to the SSL Parameters data binding

tw.local.sslParameters = new tw.object.Map();
tw.local.sslParameters.put("TrustTargetServer", true);
tw.local.sslParameters.put("IgnoreCertHostname", true);

Related questions

0 votes
2 answers 3.7k views
0 votes
0 answers 377 views
0 votes
1 answer 778 views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.2k views
0 votes
0 answers 461 views
0 votes
0 answers 486 views
0 votes
0 answers 1.1k views
0 votes
0 answers 605 views
0 votes
3 answers 930 views
0 votes
0 answers 378 views

635 questions

495 answers

98 comments

3.6k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...