| 80 | |
| 81 | = Issues encountered = |
| 82 | == SR.get_services called, but PGCH responds that it doesn't have get_services == |
| 83 | PATH_INFO |
| 84 | |
| 85 | == Always directed to welcome page == |
| 86 | no tool activated |
| 87 | |
| 88 | == Redirected to error page with "Invalid result received from Clearinghouse API:" == |
| 89 | PHP CURL does not send the intermediate CA certificate along with the experimenter's certificate, so the experimenter's certificate gets rejected. |
| 90 | |
| 91 | Fixed by adding the MA certificate to the the file pointed to by !SSLCACertificateFile in apache config. The file contains both CA and MA. This happens on CentOS 6.5 and RHEL 7. |