0 votes
926 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 367 views
0 votes
1 answer 754 views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.1k views
0 votes
0 answers 440 views
0 votes
0 answers 477 views
0 votes
0 answers 1.1k views
0 votes
0 answers 596 views
0 votes
3 answers 894 views
0 votes
0 answers 364 views

635 questions

495 answers

98 comments

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