Certification connection Error when trying to integrate with Gitlab - Klaros Test Management - Forum - Klaros Test Management
Certification connection Error when trying to integrate with Gitlab
Moriz Moo, modified 1 Year ago.
Certification connection Error when trying to integrate with Gitlab
Youngling Posts: 7 Join Date: 12/4/22 Recent Posts
Hi Torsten! I hope you are well today.
When I try to integrate Klaros into my Gitlab, I received the following error:
"
Unknown Exception: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
"
I would be more than happy if you could give me any advice for resolving the issue.
P.S. Please find the error image attached to this message.
Thanks,
Mohammad
When I try to integrate Klaros into my Gitlab, I received the following error:
"
Unknown Exception: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
"
I would be more than happy if you could give me any advice for resolving the issue.
P.S. Please find the error image attached to this message.
Thanks,
Mohammad
Torsten Stolpmann, modified 1 Year ago.
RE: Certification connection Error when trying to integrate with Gitlab
Jedi Council Member Posts: 763 Join Date: 2/12/09 Recent Posts
Hello Mohammad,
your GitLab instance is using a self-signed SSL certificate, which is not trusted by the Java-VM for security reasons.
The documentation is covering this is Chapter 3.15: https://www.klaros-testmanagement.com/files/doc/html/User-Manual.Installation.SSL.html
You either need to use a certificate that is trusted (e.g. via letsEncrypt.org) or add the certificate to you trusted Java runtime keystore as shown in the documentation.
The Java Runtime Environment is residing in the jre directory in the istallation folder.
Please let me know if this works for you.
Best regards,
Torsten
your GitLab instance is using a self-signed SSL certificate, which is not trusted by the Java-VM for security reasons.
The documentation is covering this is Chapter 3.15: https://www.klaros-testmanagement.com/files/doc/html/User-Manual.Installation.SSL.html
You either need to use a certificate that is trusted (e.g. via letsEncrypt.org) or add the certificate to you trusted Java runtime keystore as shown in the documentation.
The Java Runtime Environment is residing in the jre directory in the istallation folder.
Please let me know if this works for you.
Best regards,
Torsten
Moriz Moo, modified 1 Year ago.
RE: Certification connection Error when trying to integrate with Gitlab
Youngling Posts: 7 Join Date: 12/4/22 Recent Posts
Hi Torsten!
Thank you for your valuable advice. After referring to the document guide and making changes, the problem was solved.
Best,
Mohammad
Thank you for your valuable advice. After referring to the document guide and making changes, the problem was solved.
Best,
Mohammad