Can I use an external Client to connect to a Test RTC server (configured to see itself as prod)
I have a server for testing my upgrade to 5 and then to 6.x (from 3.x)
It is setup with copies of the prod DBs and has a host file that redirects the prod server URi back to the test server. This works fine for testing the server, but I want to test clients on our main network accessing this test instance. Can I simply connect to this test server by IP address with out risking my prod instance?
i.e. I know the test server can't hit prod or the dbs by the Uri, but can the client redirect any communication to the PROD instance, even though it's pointing to the test server ip?
e.g. Client connects to test IP address Https://168.72.1.1:9443/ccm (test server)
Test server and test dbs all think they are Https://RTChost:9443/jazz.
Will they redirect any of the clients connections to the actual prod instance and therefore threaten the prod server/dbs?
|
Accepted answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.