Jannik Schmeier created CAMEL-22751:
---------------------------------------
Summary: 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
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)