scachi
Member
- Joined
- Dec 28, 2005
- Messages
- 451
Hi,
I am trying to get ssl connections working with curl on my caanoo :
I can't find any helpful informations what the cause of this problem might be.
I have tried it with gph libs, compiled my own openssl lib, tried different ca-bundle files..always with the same negative result.
Any ideas ?
I am trying to get ssl connections working with curl on my caanoo :
Code:
./curl https://www.amazon.de --cacert certs/cacert.pem --capath certs -v
* About to connect() to www.amazon.de port 443 (#0)
* Trying 178.236.4.28... connected
* Connected to www.amazon.de (178.236.4.28) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: certs/cacert.pem
CApath: certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS alert, Server hello (2):
* error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length
* Closing connection #0
curl: (35) error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length
I can't find any helpful informations what the cause of this problem might be.
I have tried it with gph libs, compiled my own openssl lib, tried different ca-bundle files..always with the same negative result.
Any ideas ?