Dears,
I have issue after deploy the application on IIS into 2 site one for backend and the other for frontend so the issue is i can't run the frontend site until run the backend and i think the issue from the certificate because of that must to visit the site of backend and the certificate I take it from abp , look to the pic of the issue
i want to make it secure and run without this problem message
ABP Framework version: v7
UI Type: Angular
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
3 Answer(s)
-
0
Looks like there's something wrong with your HTTPS certificate.
https://devblogs.microsoft.com/dotnet/configuring-https-in-asp-net-core-across-different-platforms/ https://www.google.com/search?q=free+ssl+certificate
-
0
I add trust certificate but still same issue
-
0
Can you describe a bit more? It is clearly a configuration issue, so providing as much information as possible helps us to help you :)
You wrote that this happens after deploy, so I assume we are talking about some staging/ prod environment where are the certs coming from? How did you set things up?