My CXF Endpoint Provider need to using https.
I found setting like below should work, but i did not found how to do it in
JAVADSL
because my route is JAVADSL

Any hints are more than welcome!

<httpj:engine port="${https}">
            <httpj:tlsServerParameters>
                <sec:keyManagers keyPassword="${keyStorePass}">
                    <sec:keyStore type="JKS" password="${keyStorePass}"
                                  file="${keyStorePath}"/>
                </sec:keyManagers>
            </httpj:tlsServerParameters>
        </httpj:engine>
    </httpj:engine-factory>

Reply via email to