edit crowd.server.url on confluence to access jira directory (crowd) -
we have jira , confluence hosted external (no direct server access) behind apache. our confluence uses jira logins via atlassian crowd. wanted secure our production jira ssl. add forward rule http-request forwarded https, no longer able login confluence. temporarily let forwarding disabled again.
we found in confluence-administration @ user-directories there overview showing "crowd.server.url": "http://<our-jira-url>"
, guessed culprit. found posibility edit value. neither in confluence-administration nor there crowd.properties
file found in server-paths (installation , application-data) have access to.
can please tell , how should configure confluence being able access our jira-user-directory via https?
found it. must change value internal crowd (or jira) server url:
mysql> use confluence; mysql> update cwd_directory_attribute set attribute_value = 'https://your.new.jira.tld/' attribute_name = 'crowd.server.url';
after updating, restart confluence.
Comments
Post a Comment