I am getting this error displayed when changing Jira to run over https for all of the eazyBI gadgets on a Jira dashboard.
In the logs it says:
2013-01-17 13:36:02,366 http-bio-8443-exec-15 ERROR matthewwheat 816x195x6 3x3lwd 0:0:0:0:0:0:0:1 /plugins/servlet/gadgets/ifr [renderer.internal.http.HttpClientFetcher] Unable to retrieve response
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Turned out we needed to add the Jira certificate to the system wide trusted certificates..
Step 1 export certificate from jks file
keytool –exportcert –alias tomcat –keystore “<path to tomcat keystore>” –file <any name you want>
Step 2 import jira cert into system wide trusted certs
keytool --import -trustcacerts -keystore “c:\Program Files\Java\jre7\lib\security\cacerts” -file "c\Program Files\Atlassian\JIRA\conf\test.crt"
Answer yes when asked do you want to trust this cert
Hi Matthew,
Other gardgets are being displayed correctly?
Best regards,
Lucas Timm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes they are all ok
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So it may points to an easyBI issue itself. Sorry for couldn't help it better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.