itning
itning
Since this project has not been maintained for a long time, I fork this project and fix the problem https://github.com/itning/guava-retrying3
Since this project has not been maintained for a long time, I fork this project and fix the problem https://github.com/itning/guava-retrying3
Since this project has not been maintained for a long time, I fork this project and fix the problem https://github.com/itning/guava-retrying3
Since this project has not been maintained for a long time, I fork this project and fix the problem https://github.com/itning/guava-retrying3
可能得用代理池了
Apache http client can support HTTPS proxy: ```java HttpHost proxy = new HttpHost("https","www.xxx.xxx",8888); CloseableHttpClient client = HttpClients.custom() .setProxy(proxy) .build(); ``` So can OKHTTP client support it also?
> I think we should support. I've set up tests to validate against other proxily servers but haven't been able to easily verify Https behaviour. > > Do you have...
Hi @yschimke @swankjesse, Do we have release date for this feature?
@yschimke Do you mean we can have a workaround method without changing the source code?
> How are you configuring this proxy? Maybe I can see if there is a way to make that path work. For now we use apache http client like this:...