Hi...
I've been struggling with a SSL problem which I can't solve by my self.
I've generated the certificate and private key files by the instructions at API-NG | Non-Interactive (bot) login.
I've also uploaded the .crt file to betfair, to link it to my account.
When testing everything with the curl example, I get a SSL error.
I'm running Fedora22 and used the openssl tools that comes with it.
Thanks for your help...
I've been struggling with a SSL problem which I can't solve by my self.
I've generated the certificate and private key files by the instructions at API-NG | Non-Interactive (bot) login.
I've also uploaded the .crt file to betfair, to link it to my account.
When testing everything with the curl example, I get a SSL error.
Code:
curl -q -k --cert ./client-2048.crt --key ./client-2048.key https://identitysso.betfair.com/api/certlogin -d "username=xxx&password=xxx" -H "X-Application: xxx" curl: (56) SSL peer was unable to negotiate an acceptable set of security parameters.
Thanks for your help...


Comment