TeamCity + YouTrack integration stuck
Hi guys.
I have Teamcity 8.1.5 and YouTrack 5.2.5 installed in the TeamCity instance according this manual http://confluence.jetbrains.com/pages/viewpage.action?pageId=53331662#FAQ-HowdoIgetYouTrackrunningonthesamemachineasTeamCity%3F
Before it happened I had two different installations on same server (youtrack and teamcity had different ports).
Youtrack and teamcity work very good but I have a stuck with TeamCity integration in Youtrack.
When I setting up credentials and test the connection I have an error: Can't connect to TeamCity: Error caused by:Logic error caused by: GET http://my_domain/teamcity/app/rest/version returned a response status of 302 Found.
What I need to do to fix it?
Please sign in to leave a comment.
Hi,
Could you please try to perform the same GET request using curl:
What is the response?
Hi, Alina.
I see that Tomcat moves me to https.
My server behind the NAT with https port forwarding (public_ip:443->private_ip:443).
I have https connector in server.xml and internet clients connect to my server via SSL.
But I don't want use SSL locally.
It was bad idea - trying to use non-ssl connection.
I added server cert to both keystores (jre and teamcity) and ssl integration work.
Problem solved.