Open mnowrot opened 5 years ago
Hi @mnowrot,
your question might be related to my issue. #29
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
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é
Is HTTPS supported as a communication protocol between the external task client and Camunda REST API? If so. how can it be configured?