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