Poster | Thread |
DWolfman
| |
OWB and proxies. Possible? (SOLVED, and includes ENV var list) Posted on 23-Aug-2009 11:04:27
| | [ #1 ] |
|
|
|
Super Member |
Joined: 18-Jun-2003 Posts: 1442
From: Leavenworth, KS USA | | |
|
| After a quick couple of searches, found out there doesn't seem to be any information about setting up OWB to use a proxy. I've switched to using OWB on my A1 because I'm fed up with the random crashes in IBrowse. IB is a nice browser, but it's not stable enough for me anymore on OS4. Especially since OWB seems to be rock solid so far.
And it can show a lot of pages properly, where IB could not.
Anyway, does anyone know if the current OWB can be set up to use a proxy? Last edited by DWolfman on 25-Aug-2009 at 06:55 AM.
_________________ This posting, in it's entirety, is the opinion and/or statement of the author and does not reflect the views and/or position of this site. |
|
Status: Offline |
|
|
Swoop
| |
Re: OWB and proxies. Possible? Posted on 24-Aug-2009 11:29:14
| | [ #2 ] |
|
|
|
Elite Member |
Joined: 20-Jun-2003 Posts: 2163
From: Long Riston, East Yorkshire | | |
|
| @DWolfman
Quote:
I've switched to using OWB on my A1 because I'm fed up with the random crashes in IBrowse. IB is a nice browser, but it's not stable enough for me anymore on OS4. Especially since OWB seems to be rock solid so far. |
I don't think the IBrowse crashes are down to IBrowse itself, but more due to petunia.library.kmod. I get frequent visits from the Grim Reaper, when I close down IBrowse and open Turbocalc, both of which are 68k apps. Whether petunia doesn't multi-task properly, or needs time to close down one app before running another, I don't know, but that's when I get most GR's. _________________ Peter Swallow. A1XEG3-800 [IBM 750FX PowerPC], running OS4.1FE, using ac97 onboard sound.
"There are 10 types of people in the world: those who understand binary, and those who don't." |
|
Status: Offline |
|
|
Fab
| |
Re: OWB and proxies. Possible? Posted on 24-Aug-2009 11:50:31
| | [ #3 ] |
|
|
|
Super Member |
Joined: 17-Mar-2004 Posts: 1178
From: Unknown | | |
|
| @DWolfman
I assume the OS4 version uses a similar version of CURL. If that's the case, proxies can be used through an env var: HTTP_PROXY. |
|
Status: Offline |
|
|
DWolfman
| |
Re: OWB and proxies. Possible? Posted on 25-Aug-2009 1:37:56
| | [ #4 ] |
|
|
|
Super Member |
Joined: 18-Jun-2003 Posts: 1442
From: Leavenworth, KS USA | | |
|
| @thread
Well, the docs don't mention anything about any environment variables. I'll have to look that up though. Maybe on the OWB web site (the main one, not Joerg Strohmayer's site) they'll say something about it.
I had hoped that Joerg would have answered this thread. He'd know the best if it supports using proxies.
_________________ This posting, in it's entirety, is the opinion and/or statement of the author and does not reflect the views and/or position of this site. |
|
Status: Offline |
|
|
Fab
| |
Re: OWB and proxies. Possible? Posted on 25-Aug-2009 2:23:04
| | [ #5 ] |
|
|
|
Super Member |
Joined: 17-Mar-2004 Posts: 1178
From: Unknown | | |
|
| @DWolfman
Well, you can trust me too (I ported OWB to MorphOS). Since OWB OS4 also uses CURL as network layer, it's highly probable it supports the env vars accepted by CURL Refer to CURL documentation if you like.
Besides, SnoopDos (or Snoopy on OS4) is your friend, and it would tell you immediately what env variables are checked.
Just try it. :) |
|
Status: Offline |
|
|
DWolfman
| |
Re: OWB and proxies. Possible? Posted on 25-Aug-2009 3:47:47
| | [ #6 ] |
|
|
|
Super Member |
Joined: 18-Jun-2003 Posts: 1442
From: Leavenworth, KS USA | | |
|
| @Fab
OK, I've got Snoopy installed so will use it to see what OWB does while it's opening up. _________________ This posting, in it's entirety, is the opinion and/or statement of the author and does not reflect the views and/or position of this site. |
|
Status: Offline |
|
|
DWolfman
| |
Re: OWB and proxies. Possible? Posted on 25-Aug-2009 6:50:28
| | [ #7 ] |
|
|
|
Super Member |
Joined: 18-Jun-2003 Posts: 1442
From: Leavenworth, KS USA | | |
|
| @Fab
OK, Snoopy didn't do me any good. It generated so much stuff that I couldn't find the variable names (something like 4000 lines!!).
Anyway, Google found the answer.
I set and saved "all_proxy", which seemed to work just fine. Thanks for the info, as it was definitely helpful.
For right now I have it set to the specific IP and port that my proxy is set up as on my server. I'd rather have it read a proxy.pac file so it skips using the proxy for local stuff (have that built in to the PAC file). That way I don't have to reconfigure this the next time I make changes to the server's proxy setup. _________________ This posting, in it's entirety, is the opinion and/or statement of the author and does not reflect the views and/or position of this site. |
|
Status: Offline |
|
|
DWolfman
| |
Re: OWB and proxies. Possible? Posted on 25-Aug-2009 6:55:21
| | [ #8 ] |
|
|
|
Super Member |
Joined: 18-Jun-2003 Posts: 1442
From: Leavenworth, KS USA | | |
|
| For other's reference, here are the variables that cURL understands. I would guess that they all should work with OWB.
http_proxy [protocol://][:port] Sets proxy server to use for HTTP. HTTPS_PROXY [protocol://][:port] Sets proxy server to use for HTTPS. FTP_PROXY [protocol://][:port] Sets proxy server to use for FTP. ALL_PROXY [protocol://][:port] Sets proxy server to use if no protocol-specific proxy is set. NO_PROXY list of host names that shouldn't go through any proxy. If set to a asterisk '*' only, it matches all hosts. _________________ This posting, in it's entirety, is the opinion and/or statement of the author and does not reflect the views and/or position of this site. |
|
Status: Offline |
|
|