[ https://issues.apache.org/jira/browse/CAMEL-21128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890227#comment-17890227 ]
Saravanakumar Selvaraj commented on CAMEL-21128: ------------------------------------------------ Hi Claus, Currently in spring boot its not even possible to pass key store or trust store filename as String through configuration properties. Ultimately we will need to rely on Java based configurations, and we can anyways just import the singleton class {{org.apache.camel.support.jsse.TrustAllManager}} class and use it wherever required. Thanks, Saravanakumar > camel-core - Add trust all certificate for easier TLS/SSL development > --------------------------------------------------------------------- > > Key: CAMEL-21128 > URL: https://issues.apache.org/jira/browse/CAMEL-21128 > Project: Camel > Issue Type: Improvement > Components: camel-core > Reporter: Claus Ibsen > Assignee: Saravanakumar Selvaraj > Priority: Minor > Fix For: 4.9.0 > > > The SSL in camel-core allows to setup trust store and certifcates and all of > that. However sometimes you just need to have a trust all (for development > purpose) and that is harder to do. > https://github.com/apache/camel-karavan/discussions/1366 > We should have a way to make this easier, and also make some WARN logging > that this is for development only. -- This message was sent by Atlassian Jira (v8.20.10#820010)