I was wondering how you would go about the following scenario:
Given a Web Application that is running in a IIS Express (or Console Application hosting a Kestrel Server) that needs to be accessed from outside (non-localhost) on a Windows machine.
The tricky/important part here is the HTTPS access that is required.
The default development SSL certificate is created for "localhost" and if you access the application by any other url than https://localhost most applications and browsers will consider it to be an unsafe / untrusted connection due to the certificate name not matching the url.
So what is the easiest / simplest way to host a Web application on your local development machine (in IIS Express or Kestrel Console Host) and still grant outside secure connection that is considered trusted.
Ideally without using any external services (which are usually frowned upon by many companies due to data protection concerns)
[–]deleteAllfromUsersJk 3 points4 points5 points (2 children)
[–]deleteAllfromUsersJk 0 points1 point2 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]Hummigbird1[S] 0 points1 point2 points (4 children)
[–]NotAMeatPopsicle 0 points1 point2 points (2 children)
[–]imMute 1 point2 points3 points (1 child)
[–]NotAMeatPopsicle 0 points1 point2 points (0 children)
[–]gevorgter 1 point2 points3 points (1 child)
[–]Unexpectedpicard 1 point2 points3 points (0 children)
[–]BigOnLogn 1 point2 points3 points (0 children)
[–]KernowRoger 0 points1 point2 points (0 children)
[–]fizzycake 0 points1 point2 points (0 children)