dubbo rest protocol 调用第三方restful 不支持https
Open
help wanted
type/proposal
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
RestProtocol类doRefer的方法中不支持https调用
ResteasyWebTarget target = client.target("http://" + url.getHost() + ":" + url.getPort() + "/" + getContextPath(url));
return target.proxy(serviceType);
Contributor guide
Research direction
Start with the RestProtocol class and its doRefer method, especially the ResteasyWebTarget construction shown in the issue. Check how third-party REST calls are formed for HTTPS and verify that an HTTPS endpoint can be invoked successfully; done means the REST protocol no longer rejects or downgrades HTTPS calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100