I can't get the HTTP Proxy to work
CrossWorks for ARM 2.0.4.
I can't see any packages in the Package Manager, the 'Latest News' doesn't work, etc, etc.
My company uses WebMarshal, and I'm pretty sure I've set up the HTTP Proxy Host & Port correctly. But I have no other information than that (which I realise isn't really any help).
What does the "Enable Connection Debugging" do? The help says it, "Controls debugging traces of internet connections and downloads." Is there a way to see these traces?
-
You should be able to see the network log in CrossStudio's output window, to view this click View > Output to open the output window if it is not visible already and then select Network Log in the Show dropdown.
Note that CrossStudio does not currently support proxies that require a username and password - if this is the case you may be able to work around this problem by using another proxy (for example squid) on your local machine to talk to your company proxy. If this isn't possible I'm afraid the only option is to use a web browser to download packages and view news feeds.
-
Thanks Jon. Great stuff.
The Network Log shows me messages like:
readData: abort (id = 22, status = 407)
readFinished: (id = 22, error = 1)... which I am interpretting as HTTP Error 407 (Proxy authentication required - thanks Mr Google ;) Switching to a secret developer-only back-door proxy works with no problems.
So I'll have a look at Squid, but it'll probably be manual package downloads for us.
Thanks lots for your help.
Please sign in to leave a comment.
Comments
2 comments