I have Jira and Bitbucket hosted on same machine with nginx which i use as a proxy.
I reissue my certificate and follow nginx configuration to update .key and .cert files.
After that i restart my Nginx server.
I cheked lock icon on the browser and the certificate is updated to the next year for both web pages (jira and bitbucket). This is on both apps login pages.
I manage to login into Jira and there was a notification whic i follow to to Application Link section and error message is:
"Bitbucket MyHost may be using a self-signed SSL certificate or a certificate that was issued by a certificate authority that isn't known locally."
Now i cannot login from bitbucket...
How can i fix this problem
Sooo for thing to work you need to have
1 x file with .key inside it
2 x Full pem file which contains cert, key and some additional info provided in certificate authority e-mail which you will receive after reissuing the new certificate.
Hi,
Are you using the keystore in the Jira install directory (<jira-install>/jre/lib/security/cacerts)?
I'm asking because for application link to work both applications must have the certificates of both. So on the keystore Jira is using there should be an entry for the Jira certificate as well as the one for BitBucket and vice versa.
Regards,
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not shure. Those instances were given to me when old team left.
I fix the problem.
And also as i state, im using NGINX for proxying the connection. So in this case i think keystone is not needed because the NGINX is responsible for the connection not Jira or Bitbucket server.
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.