apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.52k stars 26.43k forks source link

Does dubbo support login nacos with https? #10867

Open fishautumn opened 2 years ago

fishautumn commented 2 years ago

It seems nacos supports https (see link).

But I cannot make it work with Dubbo. I tried to specified dubbo.registry.address=nacso://https://nacos-server:8848, but it doesn't pass org.apache.dubbo.common.utils.UrlUtils#parseURL.

Do we plan to support login nacos with http? If we already support it, is there any document link or sample code?

AlbumenJ commented 2 years ago

Currently Dubbo does not support Nacos using https connection. This function requires Nacos to provide complete support first, and then adapt it on Dubbo.

fishautumn commented 2 years ago

Do Dubbo and Nacos have an agreement on the solution to support it?

AlbumenJ commented 2 years ago

@KomachiSion PTAL

EddyChina commented 1 year ago

Any update guys?