EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
61 stars 22 forks source link

ecs sync ignores Dhttp.nonProxyHosts= #46

Closed rgrafael3 closed 2 years ago

rgrafael3 commented 5 years ago

Hello I am using ecs-sync library ecs-sync-3.2.9.jar and when running on a server I try to by pass proxy settings but it seems like the non proxy hosts property is not being apply as I get a java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)

I tried to connect to the Ecs server using a simple http client and it connects ok so all firewalls are open

twincitiesguy commented 5 years ago

Each storage plugin may potentially use a different HTTP client under the covers. It will help if you can provide the detailed (scrubbed) config options you're using.

Is the VM configured with a default proxy? If so, is it possible to disable the proxy during migration?

twincitiesguy commented 2 years ago

Closing due to inactivity