Open fishautumn opened 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.
Do Dubbo and Nacos have an agreement on the solution to support it?
@KomachiSion PTAL
Any update guys?
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 passorg.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?