[
https://issues.apache.org/jira/browse/KAFKA-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327986#comment-16327986
]
Jakub Scholz commented on KAFKA-4029:
-------------------------------------
[~rhauch] I opened the PR. I will continue to work on it tomorrow.
One of the things which came to my mind - the PR is currently using the
HttpURLConnection class for forwarding the HTTP(S) calls to the leader (as was
used by Kafka before). Configuring SSL - especially things like cipher suites
is quite cumbersome there. What about using some more advanced HTTP client?
Such as the Jetty client. It would mean additional dependencies, but we have
already Jetty server, so the different might not be so big. WDYT?
> SSL support for Connect REST API
> --------------------------------
>
> Key: KAFKA-4029
> URL: https://issues.apache.org/jira/browse/KAFKA-4029
> Project: Kafka
> Issue Type: Improvement
> Components: KafkaConnect
> Reporter: Ewen Cheslack-Postava
> Assignee: Jakub Scholz
> Priority: Major
>
> Currently the Connect REST API only supports http. We should also add SSL
> support so access to the REST API can be secured.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)