Activity Stream REST problem after upgrade

kc8asv October 30, 2019

I recently upgraded to Jira 8.4.1 and now I have this notice at the top of my activity stream:

actstr.png

Searching for the exact text on google only results in a few hits. I did follow a few related articles on the atlassian forum which suggested running SSLPoke and another java utlility from atlassian's bitbucket page (httpclient or something) but both ran (locally on the Jira server) without errors.

I've tried running curl -v https://mysite.com/jira/ locally on the Jira server to see if it was a cert issue, but this seems to work without error.

When I paste the URL above into my web browser, it prints some statistics listing resources and unparsedData (or something like that) so I presume the connection is working.

The only issue I can find is when I use curl locally on the Jira server (going to localhost instead of mysite.com) with the URL above, it fails with an SSL cert check. This is kind of obvious though since the name localhost isn't in the CN or the alternative DNS name of the cert.

Anyone know what's up with this?

Thanks

 

0 answers

Suggest an answer

Log in or Sign up to answer