[Bug 43783] Office2013 activation crashes when using HTTP proxy

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 24 06:47:03 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=43783

--- Comment #26 from Luiz Angelo Daros De Luca <luizluca at gmail.com> ---
I unset all *_proxy vars (do a 'set | grep -i proxy'). Normally you need to
unset only http(s)_proxy. I use this to unset them for a single call

env {http,https}_proxy= wine myapp.exe

Which is equivalent to

http_proxy= https_proxy= wine myapp.exe

But you can unset with export too.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list