SPW04Sx Handshake certificate isue
hi,
SPWF047Sx, mode AP, FW1.1.0
CA, cert, key loading with AT+STLSCERT + datetime
cert 2x ecc bundle (prime256V1)
client connect to the wifi open.
next is AT+S.HTTPGET=192.168.0.2,conf,45061,2,,,config.txt,
AT-S.Skip CAAT-S.Skip CAAT-S.Loading:1:2AT-S.Loading:2:2AT-S.Loading:3:2AT-S.Http Client Error:2On the client (server https node js), i have bad signature and if i check AN4963 the problem is during decoding the CertificateVerify message:
If the client has sent a digital certificate to the server, the client sends a
CertificateVerify
message signed with the client's private key. By verifying the signature of this message, the server can explicitly verify the ownership of the client digital certificate.
the size of signature sent by server to client (serverKeyexchange) is 71 bytes.
the size of signature sent by client to server (
CertificateVerify) is 70 bytes.
Is it the problem?
(if i use other client (curl) to do same test with same certificate, it works and size of signature for message
CertificateVerify
is 71 bytes)Help!
Thanks
Yoann