As far as I can tell, the permissions on the file and directory are set correctly.
What are the permissions exactly ?
| [reply] |
On the directory with the certificate:
-bash-3.00$ ls -Fla /usr/local/certs
total 16
drwxr-sr-x 2 root root 4096 Jan 3 12:04 ./
drwxr-sr-x 14 root root 4096 Jan 3 12:04 ../
-rwxr-xr-x 1 root root 993 Jan 3 12:04 f73e89fd.0*
These match the ownership/permissions on the server at the client where the application is working correctly.
| [reply] |
I think I've fixed the problem. I created a startup.pl file which included a BEGIN block that set $ENV{'PFPRO_CERT_PATH'} to the correct location. Apparently something important has already happened with the client library by the time the variable was being set other ways. | [reply] |