HTTPS for HTTP Servers

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
nherriot
Posts: 24
Joined: Wed Oct 19, 2016 1:02 pm

HTTPS for HTTP Servers

Post by nherriot » Thu Sep 26, 2019 1:02 pm

Hi all micropython folks,

this is more of an open question.
I'm looking for any good examples or guides to implement TLS/SSL over a TCP socket stream.
i.e. I have an issue with my microWebSrv in that it only serves HTTP, but it needs to server over HTTPS due to a new security feature which is now implemented on mobile web (and desktop) web browsers.

If anyone has any advice on this I'm all ears...

Kind regards, Nicholas

Post Reply