How to Containerize .NET framework 4.7.8 http and https connection with ssl enabled, windows container
I’m trying to containerize the .NET framework4.7.8v which is a older version and it is supported only on windows container, Image got build with the respected base image and container is up and running, initially the source code web.config contains “https redirections” so after removing that , I can able to access the web page for “http” and not accessible on “https” , so for this https redirection will be their and anyhow the ssl is enabled on web.config file, so I have imported the ssl certificate .pfx file on root directory and copied that on container as well , and ensure its loaded and ssl flag was set to “1” even though I can able to access the web app with https connection.