[
https://issues.apache.org/jira/browse/CAMEL-22497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18024893#comment-18024893
]
Claus Ibsen commented on CAMEL-22497:
-------------------------------------
Something like
{code:java}
camel.server.useGlobalSslContextParameters=true
camel.ssl.enabled=true
camel.ssl.trustAllCertificates=true {code}
And if you need a specific keystore then camel.ssl has many options for that
> camel-jbang - Can we make using HTTPS easier for camel.server
> -------------------------------------------------------------
>
> Key: CAMEL-22497
> URL: https://issues.apache.org/jira/browse/CAMEL-22497
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.x
>
>
> Lets see if we can make this example use HTTPS instead of HTTP
> [https://github.com/apache/camel-kamelets-examples/tree/main/jbang/html-chat]
> This require some configurations to camel.server and camel.ssl and maybe
> something needs to be improved in platform-http.
> And then when exporting to CSB or CEQ then those runtimes have SSL
> configuration as well. So it would be interesting to see how much of this
> example needs to be adjusted afterwards. Or it can run as-is.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)