Rubix982 / Synet

A web proxy is written in ASP.NET with an admin console written in ReactJS. This was made as a repository for CN CS307's 1st assignment for web proxies @ FAST NUCES, Khi
https://synet-rubix982.vercel.app/app/dashboard
Apache License 2.0
0 stars 6 forks source link

Establishing HTTPS connections #8

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

As the title states.

Rubix982 commented 3 years ago

How would you consider the HTTPS connection from the Docker container for ASP.NET? There is a current message from backend that says,

backend       | warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
backend       |       Failed to determine the https port for redirect.

Thus, the HTTPS connection that needs to be established with https, requires that the server container offers a HTTPS protocol approval itself.

Rubix982 commented 3 years ago

See the following links for ASP.NET HTTPS enforcement,

Rubix982 commented 3 years ago

Done!