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

>From this, I suppose that you:
- stopped both clusters
- started `cluster-a` again with no problems
- when you're trying to start `cluster-b`, you're facing the `Param serviceUrl 
must not be blank.` error

Am I understood it correctly?

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

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to