Failed to determine the https port for redirect
错误:
解决方法:
将Startup中的app.UseHttpsRedirection()注释掉
app.UseHttpsRedirection()的作用:检查当前项目启动后,监听的是否是多个端口,其中如果有协议是Https—我们在访问Http的默认会转发到Https中
参考至:https://stackoverflow.com/questions/51385671/failed-to-determine-the-https-port-for-redirect-in-docker