Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Https server for ELS61 | Telit Cinterion IoT Developer Community

February 7, 2023 - 3:32pm, 361 views

Hi,

I've implemented an HTTP server obnboard on a ELS61 module (using the javax.microedition.io.ServerSocketConnection API) that is serving web pages on port 80. It is working with no problems.

I'm guessing whether it is possible in any way to implement a secure server connection (HTTPS/SSL) on this module.. I know that the module is supporting HTTPS/SSL when data is sent from the module to a remote server, but it seems the opposite way is not supported, isn't it?

Marco