Welcome to the Jazz Community Forum
Cannot connect RTC with Jazz server, to upload a proyect.

Any idea?
Best Regards,
Laura
Accepted answer

Several things here. localhost should only be used as public URI for test systems that you are willing to throw away.
By default Jazz is set up to use HTTPS on a https port that is configured. You would connect for example as https://localhost:9443/jts/admin or https://localhost:9443/jts/web where the port may be different at your site. To switch off HTTPS needs to be configured.
In the context of this question, you would not connect the Eclipse client to JTS but to https://localhost:9443/ccm or https://localhost:9443/jazz (if you started with RTC 2.x)
Please note that the minimal information required in a question like this is which client you are trying to use and also which version would be interesting.
Comments


Hi Laura, which client are you using? The Eclipse Client? If you switched to HTTP only, you should be able to connect the client to http://localhost:9080/ccm/
It makes me nervous when you say https did not work. What did not work? I have never used HTTP, but always HTTPS. If HTTPS does not work, maybe you have an infrastructure or install issue (too few memory, network) that prevents you from succeeding. Can you use the web client and is it only the Eclipse client that does not work? If the web client works, does it switch to HTTPS?

Ralph, I only change the "jts" for "ccm" and worked, thank you very much for your help!! You really helped me a lot.