Part Number: CC3235MODSF
Tool/software: Code Composer Studio
Dear e2e,
i am trying to setup the inbuild http server of cc3235modsf as a https server. I followed the instructions from section 9.8.2 (HTTP Server - Security - Secure Connection) of simplelink- programmers guide (swru455h). With uniflash i copied the cert-files from "simplelink_cc32xx_sdk_3_20_00_06\tools\cc32xx_tools\certificate-playground " to the device and setted the SL_NETAPP_HTTP_DEVICE_CERTIFICATE_FILENAME to "dummy-root-ca-cert" and SL_NETAPP_HTTP_PRIVATE_KEY_FILENAME to "dummy-root-ca-cert-key".
But when i try to reach a custom html page i get a TLS error with edge and an "End of List" error with firefox. In firefox i disabled the validity check with ocsp-server.
Is there any chance to test the https-server with the playground-certificates and without any own certificate? Or is it only a configuration problem?
Thank you in advance
Jonas