0 votes
966 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.8k views
0 votes
0 answers 388 views
0 votes
1 answer 801 views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.2k views
0 votes
0 answers 476 views
0 votes
0 answers 498 views
0 votes
0 answers 1.1k views
0 votes
0 answers 617 views
0 votes
3 answers 970 views
0 votes
0 answers 387 views

635 questions

495 answers

98 comments

3.7k 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
...