[
https://issues.apache.org/jira/browse/CAMEL-22751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046168#comment-18046168
]
Jannik Schmeier commented on CAMEL-22751:
-----------------------------------------
I didn't have the time yet, but vacation is starting soon. I could work on this
after christmas.
> Grpc Producer doesn't support TLS without specifying TLS key
> ------------------------------------------------------------
>
> Key: CAMEL-22751
> URL: https://issues.apache.org/jira/browse/CAMEL-22751
> Project: Camel
> Issue Type: Improvement
> Components: camel-grpc
> Affects Versions: 4.14.2
> Reporter: Jannik Schmeier
> Priority: Minor
> Fix For: 4.x
>
>
> I am trying to connect to a gRPC API. Authentication to that API is handled
> via an API key header, so no mTLS is used.
> Despite that, the server only accepts TLS encrypted connections.
> When trying to use the camel-grpc producer for this use-case I got stuck when
> trying to enable TLS. The camel grpc component uses PLAINTEXT per default and
> when trying to set negotiationType to TLS the component wants me to also
> specify keyCertChainResource and keyResource parameters, which I don't have.
> It would be nice to be able to use TLS encryption without mTLS.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)