I am searching for a simple webserver that runs on windows and which runs code written in a scripting language. A requirement I have is that it supports HTTPS.
On Linux I could use a simple python script and load the OpenSSL module, but that does not work on Windows. Also I have found a Powershell server, but it has no HTTPS suppport.
So, maybe someone of you has a recommendation.