Hi,

The DEBUG I attached before is debug level 1 output from the
> /tmp/pca-proxy-debug.txt

Right, I didn't notice that. So pca-proxy.cgi runs, and looks for an update to pca because "update=auto". It uses wget to get a current copy of pca from the pca server, going through your local proxy on localhost:3128. It receives "403 Forbidden". IMO, this must come from the proxy. I checked the logfiles of the pca server, and it didn't deny any access to stable/pca with "403 Forbidden".

Can you try to run this on the machine which runs the pca proxy:

wget --execute http_proxy=http://localhost:3128 http://sunsolve.sun.com/patchdiag.xref

If this works, try the same command as seen in the pca-proxy debug output you provided and see if it fails in the same way. If it doesn't work, try it without "--execute http_proxy=http://localhost:3128"; and see if that works.

As you get a 403 error from a proxy/webserver, I don't think that this could be a problem with file permissions etc.

Another thing to try is to remove the "update=auto" from pca-proxy.conf, and see if you get a different result. The proxy should then try to download the xref or patch (from sunsolve) instead of looking for a pca update.

Martin.


Reply via email to