Does dubbo support login nacos with https?
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
It seems nacos supports https (see [link](https://github.com/alibaba/nacos/blob/2eb7f739fd82c9e8c62621ea77e77538eaaecc2c/client/src/main/java/com/alibaba/nacos/client/config/impl/ServerListManager.java#L199)).
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?
Contributor guide
Research direction
Start with org.apache.dubbo.common.utils.UrlUtils#parseURL and the referenced Nacos ServerListManager.java code to understand how the HTTPS registry address is parsed. Reproduce the reported dubbo.registry.address configuration and check the existing comments for a supported format. Done means confirming a working configuration and documenting it, or defining the scope of the missing HTTPS support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100