Hoping someone can help, im not exactly an Umbraco master or anything so bear with me! Im setting up a uCommerce system which is all working great and i am now adding the paypal integration. ive created the payment method etc.
Could you post abit more details when the error occures and the complete path it says it cant open?
On a side node envoirments vars didnt work for me after installing openssl so i had to run openssl in the commandprompt before calling the various executions.
I know this is now about 3 month old, but I also recently ran into this problem and managed to find a solution to this. So, I though I would share it seen as no solution has been supplied yet.
Run Command Prompt as Administrator
Type "set OPENSSL_CONF=c:\OpenSSL-Win32\bin\openssl.cfg" (This will need to be modified to the location where you installed OpenSSL)
I also had an issue generating the certificates i.e. using "openssl genrsa –out private-key.pem 1024". However, I fixed this by supplying the full directory location for the file (i.e. "openssl genrsa -out c:\temp\private-key.pem 1024")
uCommere - Paypal setup
Hi all,
Hoping someone can help, im not exactly an Umbraco master or anything so bear with me! Im setting up a uCommerce system which is all working great and i am now adding the paypal integration. ive created the payment method etc.
(Following the guide http://www.publicvoid.dk/SetupUCommerceToIncludePayPalAsAPaymentMethod.aspx)
However following the steps to create the private keys etc using openSSL its stating (Warning: cant open config file: /usr/local/ssl/openssll)
Could anyone shed some light on what im doing wrong? or if there is a better guide out there!
Many thanks
Pete
Could you post abit more details when the error occures and the complete path it says it cant open?
On a side node envoirments vars didnt work for me after installing openssl so i had to run openssl in the commandprompt before calling the various executions.
I haven't seen that particular error from OpenSSL before. Could you try running cmd as an administrator and see if that changes anything?
Hello,
I know this is now about 3 month old, but I also recently ran into this problem and managed to find a solution to this. So, I though I would share it seen as no solution has been supplied yet.
I also had an issue generating the certificates i.e. using "openssl genrsa –out private-key.pem 1024". However, I fixed this by supplying the full directory location for the file (i.e. "openssl genrsa -out c:\temp\private-key.pem 1024")
Thanks
Thanks for being awesome and posting a fix in the forum!
is working on a reply...