camunda / camunda-external-task-client-java

This codebase was merged with https://github.com/camunda/camunda-bpm-platform. Only some maintenance branches might still be active.
60 stars 49 forks source link

HTTPS support #28

Open mnowrot opened 5 years ago

mnowrot commented 5 years ago

Is HTTPS supported as a communication protocol between the external task client and Camunda REST API? If so. how can it be configured?

rfelgent commented 5 years ago

Hi @mnowrot,

your question might be related to my issue. #29

mnowrot commented 5 years ago

Hi @rfelgent

that's right.

For me, I've managed to hack it in by extending ExternalTaskClient, ExternalTaskClientBuilderImpl and ExternalRequestExecutor so the two last contain a constructor that takes an HttpClientBuilder which is configured with an SSLContext

awi-MACH commented 4 years ago

Hi @mnowrot , can you please share your solution? Maybe it can be added to the client? I'll also ask this at Camunda-Support forum. Best regards and thanks a lot in advance André