apache / apache/dubbo

dubbo rest protocol 调用第三方restful 不支持https

Open
#6,656 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.