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.

SSL root CA - ti.com

Other Parts Discussed in Thread: UNIFLASH

I am trying to do an SSL demo hitting www.ti.com:443 but I can't find a root CA that will verify it.  Can someone inform me which one to choose?

The closest I've got so far is GeoTrust Global CA, and it connects but kicks back error -461:

#define SL_ESECDATEERROR (-461) /* connected with certificate date verification error */

  • I tried the SSL example with the GeoTrust Global CA file and connected to www.ti.com:443 without issue after burning the CA file to the board using Uniflash.  If you had a bad/missing CA file, you would be getting error value -456 ( SL_ESECBADCAFILE).

    Based on the error, sounds like the #defines for DATE, HOUR, MIN, etc. IN main.c in your SSL project need to be set to a valid date range for the ti.com site certificate (10/31/31-11/2/2014).

  • Hi,

    I am closing the thread, if issue still exist please open a new thread and add a link to this one for reference.

    Thanks,
    Alon