Error API

Hi. I updated cardano-node (1.24.1 version) and cardano-wallet (v2020-12-08). All running. This request return error:

curl https://127.0.0.1:8090/v2/byron-wallets/.../transactions?start=2020-12-16T22:08:56Z&end=2020-12-16T23:08:56Z --cacert ~/cert/server/ca.crt --cert ~/cert/client/client.pem

Error:
[1] 11819
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
–cacert: command not found
[1]+ Exit 60

In wallet log error:

HandshakeFailed (Error_Packet_unexpected "Alert13 [(AlertLevel_Fatal,UnknownCa)]" " expected: handshake 13")

Other requests return transactions correctly

curl https://127.0.0.1:8090/v2/byron-wallets/.../transactions?start=2020-12-16T22:08:56Z --cacert ~/cert/server/ca.crt --cert ~/cert/client/client.pem