Hi, I have added AES_CCM cipher suite support to the openssl and tested with curl client with Nginx web server . It works well when I tested on the PC , then I cross compiled openssl and curl for ARM and tried to run curl client application from the target , but I get the below error .
**Peer certificate cannot be authenticated with given CA certificates** .. I am using the same certificates which I used on the PC .. Now my my set-up is : Running web server(nginx included with openssl on ubuntu pc) and curl(https with openssl ) on my arm target board . I need some help to figure out the exact problem . Rgds Indra