okay - Alexandre's solution did it.
After turning on --debugmsg +loaddll, I noticed that wininet.dll was being loaded from "c:\windows\system". I'm running wine from a UNIX partition.
adding "wininet" = "builtin, native" to config fixed the problem.
thanks, Jason