iammukeshm/CleanArchitecture.WebApi

SSLPort is wrong

nickelnext opened this issue · 1 comments

Describe the bug
When running your solution, a CONN_RESET error will show up in Chrome, and the solution will start but won't work

To Reproduce
Just install the VSIX you created

Expected behavior
I should see Swagger

The IIS Express documentation states that the minimum port number for SSL is 44300.
In your launchsettings the port is set to 41*** something, therefore it doesn't start.

dotnet/aspnetcore#7736 <<<< link

Cheers

This explain can fix error_connection_reset