socrata / datasync

Desktop / Console application for updating Socrata datasets automatically.
http://socrata.github.io/datasync/
MIT License
81 stars 33 forks source link

Does proxy work for log dataset and email notifications? #114

Open timwis opened 9 years ago

timwis commented 9 years ago

Hey guys, my proxy settings appear to be working for the main datasync push, but the log dataset push and email notifications fail (data.phila.gov unknownhostexception). Trying to look through the code but not very versed in java - do you know off-hand whether log datasets and email notifications support the proxy? Or is it just the dataset push itself?

Thanks, Tim

spaceballone commented 8 years ago

Hey Tim,

Log datasets and email notifications currently use a different networking stack that does not inherit the settings in the configuration file. We're looking at merging these two, but it may be a bit of a ways off. In the meantime, can you try a workaround where you also set the proxy on the JVM, in addition to setting it in your config file

timwis commented 8 years ago

good idea @spaceballone, thanks!