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.

SIMPLELINK-MSP432-SDK: Unable to create secure socket to Google server

Part Number: SIMPLELINK-MSP432-SDK

Starting from the httpsget example.  I added the DigiCert Root CA to the source code and the example establishes the secure connection with digicert.com and it all works.  I changed the HOSTNAME and REQUEST_URI to the Google server I want to use and I get an SLNETERR_RET_CODE_FUNCTION_FAILED error returned by the call to SlNetSock_startSec() in httpclient.c.

This curl command does what I want from a Linux command line.  I need to do the same from the MSP432 using the TI Network services.

curl 'identitytoolkit.googleapis.com/.../accounts:signInWithPassword -H 'Content-Type: application/json' --data-binary '{"email":"myemail@mycompany.com","password":"00xx00xx00xx00xx","returnSecureToken":true}'

**Attention** This is a public forum