Doubt with SSL / TSL and Asp.net mvc

1

I made an application for testing and in the project I changed the SSL Enabled field to True. The application now has two URL's, one for HTTPS and one for HTTP. Ex:

https://localhost:44338/
http://localhost:22786/

I can access both ways, my question would be, if I upload this project to a server do I need to do some specific configuration or a redirect or buy some certificate? If I have to buy a certificate where will I add this?

    
asked by anonymous 19.04.2017 / 15:23

0 answers