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.

[参考译文] CC3235MODASF:无法使用 RSA 4096连接至 HTTPS

Guru**** 1549780 points
Other Parts Discussed in Thread: CC3235MODSF, UNIFLASH
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1234578/cc3235modasf-unable-to-connect-with-https-using-rsa-4096

器件型号:CC3235MODASF
主题中讨论的其他器件:CC3235MODSFUNIFLASH

您好!

我正在使用 CC3235MODSF Launchpad 并发出 HTTPS POST 请求。 我能够使用 RSA 2048加密成功连接到 https 服务器。

但我在连接到以下使用 RSA 4096加密的服务器时收到错误。

 

https://webhook.site/b722fae0-01b9-4d82-8e2d-3c8460365feb/

https://webhook.site/#!/b722fae0-01b9-4d82-8e2d-3c8460365feb/5091e0a3-26f5-4ac3-a054-e16de6eff154/1

我已下载根 CA 证书、并使用 uniflash 烧录了证书。

我已使用 SNTP 服务器更新了正确的日期和时间。

以下是 Putty 中的错误。

  

我使用了以下代码:

HttpClient_extSecParams;httpClientSecParams;
httpClientSecParams.RootCA = SSL_CA_CERT;
httpClientSecParams.clientCert = NULL;
httpClientSecParams.privateKey = NULL;

e2e.ti.com/.../posttest.zip

您能帮助我解决这个问题吗

此致、

罗伯特

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Robert:

    请确保您已在 CC3235中上传了最新的服务包。 我认为、自 SDK 3.30和此 SDK 版本附带的特定服务包后、应该支持 RSA 4096位密钥。

    1月