It’s a simple question with probably a simple answer, but I can’t figure out how to do this myself
I want to set disableCertVerify to true on the HttpClient for the Http Task. The documentation says that we can add httpClientConfig to flowable.cfg.xml. But I don’t think I’m using a flowable.cfg.xml for flowable-task app… or how do I override it?
I’m using flowable 6.2.1
Thanks.