GitHub user visortelle edited a comment on the discussion: Not able to 
configure geo-replication with SSL

Hi @ragaur-tibco
 
>From my understanding, you have two running clusters `cluster-a` and 
>`cluster-b`.

For `cluster-a` you ran:

```
bin/pulsar-admin clusters create \
    --broker-url-secure pulsar+ssl://clustes-b:6651 \
    --url-secure https://cluster-b:8081 \
    cluster-b
```

And for `cluster-b` you ran:

```
bin/pulsar-admin clusters create \
    --broker-url-secure pulsar+ssl://clustes-a:6651 \
    --url-secure https://cluster-a:8081 \
    cluster-a
```

> Able to successfully start the main server but not able to start the 
> connected server because of above mention issue

Now you're not able to consume or produce messages from the topic.

Am I understood it correctly?

I suppose you forgot to specify `--url-secure` for the `clusters create` 
command.

GitHub link: 
https://github.com/apache/pulsar/discussions/22605#discussioncomment-9245737

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org

Reply via email to