-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browserType.connect: unable to verify the first certificate #383
Comments
@MohamedBenighil you need to make sure that CA certificate used to issue Moon TLS certificate is trusted in node.js settings. https://stackoverflow.com/questions/29283040/how-to-add-custom-certificate-authority-ca-to-nodejs |
@vania-pooh please notice i have just
|
@MohamedBenighil usually certification authority is provided by organization or person who actually generated these two files. E.g. this could be CA certificates of let's encrypt or another TLS certification provider. |
@vania-pooh I used Now, i got :
any help please ? |
@MohamedBenighil this is still related to TLS CA config of NPM. Probably you are providing an intermediary CA and not root CA. |
@vania-pooh how can i get root CA ? I created
Notice my input entry is : aks-qa-fr.COMPANY.net_2022.pfx |
@MohamedBenighil something like this should work: https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/ |
hello,
Part1 : Moon
i deployed moon2 helm chart on my kubenetes cluster and https access, where i used Nginx Ingress Controller. The GUI of moon2 is accessible.
I managed the tls certificates at Inginx Ingress Controller level, i.e: i used
--default-ssl-certificate=default/cert-secret
The helm
values.yml
i used looks like (just the part i am interested in ):Part2: Test
i used the following program to make a simple test
But i got the follwoing error :
Any help please ?
The text was updated successfully, but these errors were encountered: