I installed Jira, Confluence on Kubernetes by helm chart and when I tried to link between them through application link, it gives this error in logs on both jira and confluence:
unable to find validate certification path to target.
Note: I use self signed certificate
how to solve it?
Hello @Ahmed Attya ~ have a look here for several resolution paths to check: https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html
Hello @Laurie Sciutti ,
thank you for your response.
do you know how to add other applications certificates from values.yaml file ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to create a secret with the cert and reference it in https://github.com/atlassian/data-center-helm-charts/blob/main/src/main/charts/confluence/values.yaml#L1064
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Yevhen !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.