definedI created an integration to invoke itself 10 times.

https://pastebin.com/7vWwKuXT

But when the first request comes to it via e.g.
https://my-host/integration/token/xxxxxx/invoke/api/loop the second
one will be emitted using HTTP instead of HTTPS, even I had defined
the "restConfiguration().scheme("https")".

See the logs:

2022-03-30 18:08:20,065 DEBUG [org.apa.cam.pro.SendProcessor]
(executor-thread-0) >>>>
rest://post:/integration/%7BX-Integration-Token%7D/invoke/api/loop
Exchange[]

2022-03-30 18:08:20,101 DEBUG [org.apa.cam.com.htt.HttpProducer]
(executor-thread-0) Executing http POST method:
http://my-host.com/integration/xxx/invoke/api/loop

Reply via email to