Hi Team,
i'm using cxf-transport-http-undertow, how i can enable http2?
<httpu:engine-factory bus="cxf" id="kc-security-endpoint">
<httpu:engine port="${rest.port}">
<httpu:tlsServerParameters>
<sec:keyManagers keyPassword="${rest.keypass}">
<sec:keyStore file="etc/bil-account.jks"
password="${rest.storepass}" type="JKS"/>
</sec:keyManagers>
</httpu:tlsServerParameters>
</httpu:engine>
</httpu:engine-factory>
<camel-cxf:rsServer
address="https://{{rest.host}}:{{rest.port}}/{{rest.baseurl}}"
depends-on="kc-security-endpoint" id="restServer"
loggingFeatureEnabled="false"/>
with regards,
Mohamed
--
Sent from: http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html