Issue with SSL certificate - Blank page after login

Checklist
[ :heavy_check_mark:] I have read intro post
[:heavy_check_mark: ] I have read the tutorials, help and searched for similar issues
[ :heavy_check_mark:] I provide relevant information about my server (component names and versions, etc.)
[:heavy_check_mark: ] I provide a copy of my logs
[ :heavy_check_mark:] I describe the steps I have taken to trouble shoot the problem
[:heavy_check_mark:] I describe the steps on how to reproduce the issue

Hi, everyone!

I wanted to install passbolt using helm in my K3s cluster. So i followed the steps in the documentation: (Installing passbolt with Helm) and :

  • i installed an nginx ingress with helm
  • i created a tls secret after generating the certif and the key with the openssl command
  • then i created an ingress for passbolt
  • i finally ran the command: “helm install -f values.yaml my-passbolt passbolt-repo/passbolt”

I managed to access passbolt on the browser and got redirected to the login page however it’s blank.

In the passbolt deploy server pod logs, i get:
“SSL_do_handshake() failed (SSL: error:0A000416:SSL routines::sslv3 alert certificate unknown:SSL alert number 46)”

Thanks in advance for your help!!