Encountering an issue (SSL connection couldn't be establish) while executing test cases using UiPath from Jenkins

Hello UiPath Community,

Sometimes we are encountering an issue while executing test cases using UiPath from Jenkins. The error log is as follows:

uipcli Information: 0 : Running tests... 0 passed, 0 failed or canceled, 10 total. waiting for 20s.
uipcli Information: 0 : Running tests... 0 passed, 0 failed or canceled, 10 total. waiting for 20s.
uipcli Information: 0 : Running tests... 0 passed, 0 failed or canceled,10 total. waiting for20s.
System.Net.Http.HttpRequestException: **The SSL connection could not be established, see inner exception.**
---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
at System.Net.Security.SslStream.ReceiveBlobAsyncTIOAdapter
at System.Net.Security.SslStream.ReadFrameAsyncTIOAdapter
at System.Net.Security.SslStream.HandleQueuedCallback(Object sender, Boolean forceRetryQueue)
--- End of inner exception stack trace ---
etc```

We have tried the following steps without success:

1. Verified network settings and firewall configurations.
2. Ensured that the correct TLS/SSL protocols are enabled.
3. Checked the server-side for any issues.

Any guidance or suggestions to resolve this issue would be greatly appreciated.

Thank you!

Hi @ashish.vyas

Please check below thread might be helpful,

Happy Automation