Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Proxy support #90

Closed
spifd opened this issue Dec 17, 2013 · 6 comments
Closed

Proxy support #90

spifd opened this issue Dec 17, 2013 · 6 comments

Comments

@spifd
Copy link

spifd commented Dec 17, 2013

Hi, it looks like HBC does not support HTTP/HTTPS proxy. Any plan?

@kevinoliver
Copy link
Contributor

No plans to add that.

That said, HBC uses Apache httpclient which I believe should support a proxy. I haven't looked into how its done, but I suspect google/stackoverflow could get you there. ClientBase takes an HttpClient as a parameter, so if its properly configured, maybe you can make it work?

@spifd
Copy link
Author

spifd commented Dec 18, 2013

I've looked and easily patched ClientBuilder to pass proxy to Http client: it works (this was just for a sample during a training). Now, I haven't looked if this client can be exposed cleanly. One way would be to check for system property http.proxy* but it is not very clean.

@kevinoliver
Copy link
Contributor

Closing since we have no plans to add this in the immediate term. We'd be open to a patch though.

@kutsal
Copy link
Contributor

kutsal commented Jun 4, 2015

#149 fixes this.

@kodo651
Copy link

kodo651 commented Apr 5, 2016

Hi!

Just wondering when this will be available as a "maven deployment" (maven repository)? Guess there are quite a lot of people, like myself, out there lurking behind FWs... :)

Cheers

@velram
Copy link

velram commented Jul 31, 2019

@kutsal - This update is not yet published in "Maven" it seems. Can you please help us with it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

5 participants