RabbitMQ Source Connector

Hi,

    I have installed Confluent Platform in my local using Docker images and I am trying to install RabbitMQ Connector  plugin using Confluent-Hub, but i am receiving below error(error took from Log) and plugin is not added 

***"Error: Unknown error ***
***Running in a “–no-prompt” mode ***
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"

Below lines i have added in Docker Compose file to install the plugin

command: **
** # In the command section, $ are replaced with $$ to avoid the error ‘Invalid interpolation format for “command” option’

** - bash **
** - -c **
** - |**
** echo “Installing connector plugins”**
** confluent-hub install --no-prompt confluentinc/kafka-connect-rabbitmq:1.5.2**
** confluent-hub install --no-prompt confluentinc/kafka-connect-jdbc:10.2.3**

** #**
** echo “Launching Kafka Connect worker”**
** /etc/confluent/docker/run & **
** #**
** sleep infinity**

It seems its looking for some certificate, please let me know if i am missing any configuration in Docker-Compose file. I am using “confluentinc/cp-kafka-connect:6.2.0” docker image.

I am facing this problem as well, when using confluentinc/cp-kafka-connect:7.3.0 and 7.0.1.

Although I am trying to install a different connector plugin.

Were you able to fix this? If yes, could you say how?