Open Closed

Your connection isn't private! I get NET::ERR_CERT_AUTHORITY_INVALID error when I try to navigate any of the applications (like https://mystore-st-blazor). #5287


User avatar
0
icoretchi created

Hi,

I am trying to deploy to the local Kubernetes cluster. I am receiving the following error: Your connection isn't private! I get the NET::ERR_CERT_AUTHORITY_INVALID error when I try to navigate any of the applications. In the documentation you have mentioned about this error, and suggest to check the certificate generation and deploying. The problem is that all the services APIs (administration, identity etc), even Auth-Server application can be accessed with the generated certificate, but only the Blazor application cannot. Can you suggest something?

  • ABP Framework version: v7.2.2
  • UI type: Blazor
  • DB provider: EF Core

2 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Hello, Blazor and Angular applications are using Nginx as webserver while others are using Kestrel. Generated ssl pfx file path and passphrase are using for Kestrel environment for SSL. For Nginx, you can't create pfx file; you will need to use different methods also different tools.

  • User Avatar
    0
    icoretchi created

    Hi,

    I think you didn't undestand the context properly. I've generated the solution based on microservice template and everything is in place like scripts for generating SSL certificates and keys, helm charts, nginx configs etc. I went step by step according to the documentation to deploy to the Kubernetes local cluster with helm. I can say that everythig were absolutly fine and working properly besides the blazor application.

    Actually I've found where the problem was. The mistake is in the helm chart values file for blazor configuration for ingress.host.name which were generated by microservices template. Unfortunatly there are other problems with https and security, but this is another story. I consider this issue closed.

    Thanks & Regards

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