We’re having an issue with UiPath Orchestrator 2019.10.14. Intermittent connection issues causing problems when we load the URL from a browser or try to interact with Orchestrator from bot.
I can go into more details, but was really wondering if anyone else has seen any issues with this particular release.
Schannel issues are showing in System log. “A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 40. The Windows Schannel error state is 1204.”
40 = handshake_failure, Indicates that the sender was unable to negotiate an acceptable set of security parameters given the options available. This is a fatal error.
20 = bad_record_mac, Received a record with an incorrect MAC . This message is always fatal.
Old document, but summerizes what is in the RFC as well.
I’m not an export with Windows or SSL/TLS - but sounds like you have your server and client disagreeing on the supported protocols. What version of Windows are you using for Orchestrator, Robot, and client that you’d access the Web UI from?
Have you made any configuration changes to disable/enable certain protocol versions?
Is this a fresh install of Orchestrator or upgrade?
Is your Certificate created and imported appropriately and being recognized as valid from the client machines?