I want to use a Raspberry Pi 2 with Windows 10 IoT Core for a web server in a home automation project. I will have an Arduino pushing data to the Raspberry Pi which will be storing them in a SQLite DB and also hosting a web app where you can log in and monitor the system. I want to encrypt the traffic over HTTPS but is this possible when using Windows 10 IoT Core?
I came across your post looking for the same answer. I see it's been a couple of years since you asked the question, but figured I'll pop what I found in here in case it's useful to you/others: Running ASP.NET (https) on a Windows 10 IoT device.
Should be even easier on .net core 3.1 now.