0 votes
886 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.6k views
0 votes
0 answers 335 views
0 votes
1 answer 713 views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.1k views
0 votes
0 answers 410 views
0 votes
0 answers 444 views
0 votes
0 answers 1.0k views
0 votes
0 answers 569 views
0 votes
3 answers 820 views
0 votes
0 answers 332 views

635 questions

495 answers

98 comments

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