Open Closed

Blazor Server project deployment SSL requirements #5923


User avatar
0
mithun created

Question: Currently we dont have SSL certificates for dev environment.

  1. Can we run ABP Blazor server web, host API and identity web in "http://" sites?
  2. 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)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11