https://bugs.winehq.org/show_bug.cgi?id=43783
Sobuj53 newusr53@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |newusr53@gmail.com
--- Comment #25 from Sobuj53 newusr53@gmail.com --- (In reply to Luiz Angelo Daros De Luca from comment #22)
Yes, it did work! Thanks a lot! I needed to unset env vars.
Normally setting it as null is enough for other softwares to ignore it. I guess wine could also follow that behavior.
I just checked the code and it check for a special case of invalid proxy (when scheme is not http). Wouldn't it be better to simply check for a valid one? We could try to parse "$http_proxy" or "http://$http_proxy" as an URL (using WinHttpCrackUrl?) . If it fails, ignore it. I guess it would even simplify the code.
In a quick look, it seems that proxy support is very limited. It does not support https, and it looks like it also does not support authentication. Would it help to create new bugs for each of those missing features?
Hello, I'm also trying to activate office 2013 using playonlinux the wine version is 4.19. Can you please tell us how did you share your steps to unset env variable? and which one you needed to unset?