I'm getting the following error in the php script (I'm using curl to use a ssl certificate to connect to another site for transaction);
error setting certificate verify locations: CAfile: /usr/home/builder/pb_work_dir/psa_aiconfig_7.5.4/psa/lib/dist/share/curl/curl-ca-bundle.crt CApath: none
Another error that I'm getting is;
[Wed Dec 21 12:24:05 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
Do I need to specify the domain name hosted on the server in /usr/local/psa/apache/conf/ssl.conf in the ServerName clause for it to work, or would I need to generate another self signed certificate bundle to fix the errors mentioned above?
PLEASE!!! help
error setting certificate verify locations: CAfile: /usr/home/builder/pb_work_dir/psa_aiconfig_7.5.4/psa/lib/dist/share/curl/curl-ca-bundle.crt CApath: none
Another error that I'm getting is;
[Wed Dec 21 12:24:05 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
Do I need to specify the domain name hosted on the server in /usr/local/psa/apache/conf/ssl.conf in the ServerName clause for it to work, or would I need to generate another self signed certificate bundle to fix the errors mentioned above?
PLEASE!!! help