@Anto Subash - I'm having troubles with my gateway, everything looks correct but when I hit localhost 7500 I get a 502 bad gateway error back. Any ideas?
@@antosubash I found an error in the logs, System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. this makes sense as each site is not trusted by the browser and I have to bypass it to see the page, I will try to figure out a fix for this. Thank you.
@Anto Subash - I'm having troubles with my gateway, everything looks correct but when I hit localhost 7500 I get a 502 bad gateway error back. Any ideas?
I'm not sure what might cause this issue. It's very hard to tell without seeing the code.
@@antosubash I found an error in the logs, System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. this makes sense as each site is not trusted by the browser and I have to bypass it to see the page, I will try to figure out a fix for this. Thank you.
I was able to fix the issue after trusting the certs using the following commands:
dotnet dev-certs https --clean
dotnet dev-certs https --trust