gitlab4j / gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
MIT License
1.06k stars 460 forks source link

Can not config proxy by socks5 #1013

Open binhtrann opened 1 year ago

binhtrann commented 1 year ago

image image

I use ProxyClientConfig.createProxyClientConfig to create new proxy config but it seems only support HTTP or HTTPS

jmini commented 1 year ago

I am not familiar with socks5. We are just using jersey for the HTTP calls.

This looks interesting: https://github.com/heishiroh/jersey-client-socks-sample

I am happy to have contributions (documentation, code changes) in order to support this use-case.