Dear community, I'm going to create a REST API with camel-jetty.
I wonder where I could find a proper example to configure the camel-jetty endpoint with alls the basic stuff (HTTPS port etc.) and especially 1. TLS protocols included/excluded 2. Cipher Suites included/excluded 3. Basic Authentication and finally leverage this the camel-jetty endpoint in a REST DSL configuration. I'm working with Camel 3.0.1 and would prefer Camel Blueprint DSL. Any hints are really appreciated. Many thanks in advance - Gerald