Personally i'd go for regular approach of having a standalone server which
just throws all requests into camel context via direct component.
On Sat, Feb 8, 2020, 13:15 Gerald Kallas wrote:
> Dear community,
>
> I want to configure HTTP(S) consumers with following requirements
>
> 1. TLS/SSL supp
Dear community,
I want to configure HTTP(S) consumers with following requirements
1. TLS/SSL support (central configuration possible)
2. Multiple endpoints on same port in different Camel Contexts
3. Basic Auth configurable
4. Further Auth options (optional)
It should be easily to be configured.