esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

Possibility to use on wireless modem

Open Jeroen88 opened this issue 4 years ago • 0 comments

Describe Your Goal I would like this library to be able to use a mobile modem to set up the connection

What Does Your Project Look Like I would like to use a mobile modem to take an insecure request for a connection and next use this library to serve resources, both using HTTP and HTTPS. Would that be possible? Is it complicated? Could you give me some guidance what should be modified and where to start?

If you can boil your question down to a minimal working example, please do so and share the code here:

// some code

ESP32 Module Please provide specifications of your module

  • RAM/PSRAM:
  • Flash Size:
  • Other special properties: SIMCOM modem

Software (please complete the following information if applicable)

  • IDE and Version: [e.g. Arduino 1.8.7, Sloeber 4.3, PlatformIO 3.6.2]
  • OS: [e.g. Debian stretch]
  • Client used to access the server: [e.g. Chrome 70.0, curl 7.55.1 - if possible, please try to reproduce the bug with a tool like curl -v to have most control on what's happening]

Additional context Add any other context about the problem here.

Jeroen88 avatar Mar 26 '21 23:03 Jeroen88