I've followed the guide below and both JIRA and Fisheye users are using LDAP authentication.
https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+FishEye
But the recent changeset JIRA gadget is empty and the source tab is empty when I disable anonymous read access to the respository. I don't want anonymous access for the repository, how do I get JIRA to integrate with Fisheye when anonymous access is disabled?
This is a bug in the Application Link when the application is not using the default port 443 for HTTPS:
Please try the following workaround:
<web-server site-url="https://fisheye:8440"> <http bind=":8441"/> <ssl keystore-password="Sanitized by Support Utility" bind=":8440" truststore-password="Sanitized by Support Utility" truststore="C:\cert"> <proxy-info proxy-port="8440"/> </ssl> </web-server>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.