Hi all,
I am having a look at working with the api with nodejs, I have created my application key and worked my way through the guide here: https://api.developer.betfair.com/se...28bot%29+login
I am running OSX Mavericks and have been able to perform all the steps with some slight differences on OSX. I have uploaded the pem to betfair but when trying to verify everything is ok with (replacing user credentials and my application key):
curl -q -k --cert client-2048.crt --key client-2048.key https://identitysso.betfair.com/api/certlogin -d "username=testuser&password=testpassword" -H "X-Application: curlCommandLineTest"
I am getting the error: curl: (56) SSLRead() return error -9841
I haven't been able to workaround this. I found an article here: http://curl.haxx.se/mail/archive-2013-10/0036.html that states that apple have replaced openssl since the integration of the keychain, I have imported client-2048.crt and client-2048.pem into my login keychain but this has not fixed the issue.
Has anyone managed to get this working on Mavericks?
Thanks.
I am having a look at working with the api with nodejs, I have created my application key and worked my way through the guide here: https://api.developer.betfair.com/se...28bot%29+login
I am running OSX Mavericks and have been able to perform all the steps with some slight differences on OSX. I have uploaded the pem to betfair but when trying to verify everything is ok with (replacing user credentials and my application key):
curl -q -k --cert client-2048.crt --key client-2048.key https://identitysso.betfair.com/api/certlogin -d "username=testuser&password=testpassword" -H "X-Application: curlCommandLineTest"
I am getting the error: curl: (56) SSLRead() return error -9841
I haven't been able to workaround this. I found an article here: http://curl.haxx.se/mail/archive-2013-10/0036.html that states that apple have replaced openssl since the integration of the keychain, I have imported client-2048.crt and client-2048.pem into my login keychain but this has not fixed the issue.
Has anyone managed to get this working on Mavericks?
Thanks.


Comment