Orchestrator connection error (on premise)

Hello there,

We have a problem to connect into our on-premise UiPath Orchestrator at work.

We have the following problem (coming from the Windows Event Log) :

UiPath.Service.UserHost 22.10.3.0
UiPathUserServices_XXXX@xxxx 1354229 IInteractiveConnectFlow SignIn 230. # System.InvalidOperationException: Error loading discovery document: Error connecting to https://orchestrator-CERT.xxxxxx.ch/identity/.well-known/openid-configuration: Internal Server Error
at IdentityModel.OidcClient.OidcClient.EnsureProviderInformationAsync(CancellationToken cancellationToken) in //src/OidcClient/OidcClient.cs:line 464
at IdentityModel.OidcClient.OidcClient.EnsureConfigurationAsync(CancellationToken cancellationToken) in /
/src/OidcClient/OidcClient.cs:line 375
at IdentityModel.OidcClient.OidcClient.PrepareLoginAsync(Parameters frontChannelParameters, CancellationToken cancellationToken) in /_/src/OidcClient/OidcClient.cs:line 111
at UiPath.Oidc.OidcServiceProper.<>c__DisplayClass11_0.<g__Execute|1>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Oidc.OidcServiceProper.SignIn(IDictionary2 loginExtraParameters, Action bringClientToFront) at UiPath.Service.UserHost.InteractiveConnectFlow.<>c__DisplayClass18_0.<<SignInCore>b__0>d.MoveNext() --- End of stack trace from previous location --- at UiPath.Service.HttpExceptions.Improve[T](Func1 code)
at UiPath.Service.UserHost.InteractiveConnectFlow.SignIn(SignInParameters parameters, CancellationToken ct)
at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func`2 exceptionHandler)

Could you please help me resolve this ?

Thank you in advance.

Ludovic

@ludovic.vetter

Pls check the ssl cert got expried or recently you have updated the ssl cert then you need to update the cert’s thumb print in appsetting file

Do you have a proxy in place in the robot machine?
Did you install the robot in User Mode?
How you configured the robot in Orchestrator?
Are you using also classic folders in your Orchestrator?

Ok I found what wasn’t ok, the certificate changed and the new certificate wasn’t binded with our Orchestrator which was still on the old certificate, that’s why it wasn’t working.

Thank you all for your help.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.