Hi everyone, I'm trying to set up pca as a caching proxy for the first time on my personal machine, to start some initial testing. It is a SuSE Linux Enterprise Server 10 box.
At the moment, I'm still waiting on access to a Solaris machine to test as a client, so I'm trying to run pca as a client on the same SuSE machine (yes I know it won't get very far, but I can at least test the connection and patchdiag.xref file download capability). I receive the following at the terminal: ------------------------ *my_hostname*:~> ./pca -X . --xrefurl=http://localhost/cgi-bin/pca-proxy.cgi --patchurl=http://localhost/cgi-bin/pca-proxy.cgi -d 112233-01 Downloading xref file to /home/*my_profile*/solaris/./patchdiag.xref Trying http://localhost/cgi-bin/pca-proxy.cgi? ------------------------ and the client hangs there indefinitely. The tail end of the contents of /tmp/pca-proxy-debug.txt is: ------------------------ Mon Jun 8 14:51:56 2009: Requested file: patchdiag.xref Mon Jun 8 14:51:56 2009: Downloading xref file to /var/tmp/pca/patchdiag.xref Mon Jun 8 14:51:56 2009: Trying https://sunsolve.sun.com/patchdiag.xref (1/1) Mon Jun 8 14:51:56 2009: /usr/bin/wget "https://sunsolve.sun.com/patchdiag.xref " --ca-certificate=/srv/www/cgi-bin/pca-proxy.cgi -O /var/tmp/pca/patchdiag.xref >>/tmp/pca-proxy-debug.txt 2>&1 --14:51:56-- https://sunsolve.sun.com/patchdiag.xref => `/var/tmp/pca/patchdiag.xref' Resolving sunsolve.sun.com... 192.18.108.40 Connecting to sunsolve.sun.com|192.18.108.40|:443... ------------------------ Any ideas on what the issue might be? I can do wget http://sunsolve.sun.com/patchdiag.xref and download the file just fine, but the same wget https://.... requires me to use "--no-check-certificate" for it to work. Could that be part of the problem? I'd appreciate any advice, thanks! -Paul
