How to execute SSL calls from f.e. a HTTP task?

how can i call https request from flowable engine i acually use this kind of reaquest “http://localhost:8080/flowable-task/process-api/runtime/tasks?order=desc&sort=createTime” im struggling to call it as https

Hi,

not sure I understand your question correctly.
How is this different from the one you asked a couple of days ago?

Regards,

Yvo

hi yvo,
that question solved the problem of https for ui app not https call form rest api

Regards

Hi

Do you mean executing a Flowable REST API method using HTTPS?
Or do you want to call an external API from for example a Flowable service task?

Yvo

Hi,

yes I want to execute a Flowable REST API method using HTTPS

thank you
Regard

Because Flowable REST and Flowable UI are both Spring Boot applications configuring HTTPS is the same for both.

1 Like