Hi Team, our remote agent is installed in a Windows machine, and I am trying to connect to it from another machine where I am using an automation framework based in the Java SDK and Mobile automation scripts with Java SDK
As we know we are able to reach the remote agent from the outside at port 8443:
TestProject Agent
The problem we are facing is exactly the same as the below forum
https://forum.testproject.io/t/connecting-to-an-agent-in-macos-from-sdk-in-another-machine/4724
Caused by: io.testproject.sdk.internal.exceptions.AgentConnectException: Failed communicating with the Agent at https://10.237.204.147:8443/
Caused by: javax.net.ssl.SSLPeerUnverifiedException: Certificate for <10.237.204.147> doesn’t match any of the subject alternative names: [*.rdr.tpagent.io, rdr.tpagent.io]
We did try the solution provide in the above forum by adding rdr.tpagent.io to the hosts file of the client machine bound to the ip of the remote machine. see in the below picture
But this did not help us, is there another solution for Windows Agents or are we missing anything here like new SSL certs?
NOTE: This is huge blocker in our POC interms of mobile automation since we connect all our devices in a office lab which has our remote agent