0
mithun created
Question: Currently we dont have SSL certificates for dev environment.
- Can we run ABP Blazor server web, host API and identity web in "http://" sites?
- Is SSL certificate mandatory for Host API project?
ABP Framework version: v5.3.3 UI Type: Blazor Server Database System: EF Core (SQL Server) Tiered (for MVC) or Auth Server Separated (for Angular): Tiered Exception message and full stack trace: None
1 Answer(s)
-
0
1. Yes, you can run your application on HTTP like any .Net application. If you are using tiered application with a seperate AuthServer project, the AuthServer should be running on HTTPS since it is an openid-provider. 2. No, SSL certificate is not mandatory for Api.Host project. Note: SSL certificate shouldn't be much of a problem, you can generate a self-signed certificate and use it. There are lots of samples that can be found on google.