This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/PROCESSOR-SDK-AM335X: Execute a cross compiler application error (certificate verify failed) for Azure IOT hub sample code

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: AM3352

Tool/software: TI C/C++ Compiler

Dear experts :

My goal is cross compile Azure IOT Hub SDK sample by AM335x SDK toolchain (ti-processor-sdk-linux-am335x-evm-01.00.00.03-Linux-x86-Install.bin).

First I compiled Azure IOT Hub SDK sample on my Ubuntu 14.04 LTS(i386)  environment and application worked fine.

Second, I cross compiled Azure IOT Hub SDK sample by AM335x SDK toolchain and  executed  the application on my target device(AM3352 solution). 

It returned "SSL routines SSL3_GET_SERVER_CERTIFICATE : certificate verify failed " error as below.

I searched relative root cause,it seems to be not date time issue.

Thank you