Hi
I am trying to integrate testlink version 1.9.14 with redmine version 2.5.2
Testlink is installed on a VM and Redime installed on a server (No firewall issues)
Redmine REST API is enabled
Trying to integrate using the following testlink configuration under Issue Tracker Management:
<issuetracker>
<apikey>API_KEY_VALUE</apikey>
<uribase>https://BASE_URL</uribase>
<uriview>https://BASE_URL/issues</uriview>
</issuetracker>
After saving the configuration whenever i check the connection using the Check Connection button, i see a blank page and also no connection request is sent to Redmine (Checked in the redmine logs)
I have checked using URL https://base_url/redmine/issues?key=API_KEY
and using curl https://base_url/redmine/issues?key=API_KEY from the testlink VM
Using both of the above mentioned ways a connection with redmine is established and i see an entry in the redmine logs.
Please guide me !!!