Skip to content

Instantly share code, notes, and snippets.

@dkounal
Last active May 3, 2023 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkounal/c83413cab8e470d8d1af749161984290 to your computer and use it in GitHub Desktop.
Save dkounal/c83413cab8e470d8d1af749161984290 to your computer and use it in GitHub Desktop.
Exception: 20230503 05435100 ! EXC ENetSock {Message:"THttpClientWebSockets.DoTlsAfter: TLS failed [ESChannel <www.mydomain.com>: ComputeAndSendAnswer returned 80092012 [2148081682], System Error 1397 [Mutual Authentication failed. The server's password is out of date at the domain controller]]"} [Main] at ce1539 mormot.net.sock.pas TCrtSocket.DoTlsAfter (4304)
mormot.net.sock.pas TCrtSocket.DoTlsAfter (4304)
mormot.net.sock.pas TCrtSocket.OpenBind (4406)
mormot.net.sock.pas TCrtSocket.Open (4204)
mormot.rest.http.client.pas TRestHttpClientSocket.InternalOpen (749)
mormot.rest.http.client.pas NeedConnect (867)
mormot.rest.http.client.pas TRestHttpClientWebsockets.IsOpen (885)
mormot.rest.http.client.pas TRestHttpClientWebsockets.WebSockets (977) .....
Exception: 20230503 05435335 ! EXC ESChannel {Message:"<www.mydomain.com>: ComputeAndSendAnswer returned 80092012 [2148081682], System Error 1397 [Mutual Authentication failed. The server's password is out of date at the domain controller]"} [Main] at cdda05 mormot.net.sock.windows.inc TSChannelNetTls.ESChannelRaiseLastError (1102) System.pas @AfterConstruction (19303)
mormot.net.sock.pas TCrtSocket.DoTlsAfter (4293)
mormot.net.sock.pas TCrtSocket.OpenBind (4380)
mormot.net.sock.pas TNetAddr.IP (1811)
mormot.net.sock.pas TCrtSocket.OpenBind (4406)
System.pas @GetMem (4942)
System.pas @CopyRecord (34162)
mormot.net.sock.pas TCrtSocket.Open (4204)
mormot.rest.http.client.pas TRestHttpClientSocket.InternalOpen (749)
mormot.rest.http.client.pas TRestHttpClientWebsockets.InternalOpen (859)
mormot.rest.client.pas TRestClientUri.IsOpen (2123)
mormot.rest.client.pas TRestClientUri.IsOpen (2167)
mormot.rest.http.client.pas NeedConnect (867)
System.pas @IntfCopy (38656)
mormot.rest.http.client.pas TRestHttpClientWebsockets.IsOpen (885)
mormot.rest.http.client.pas TRestHttpClientWebsockets.WebSockets (977)
mormot.rest.http.client.pas TRestHttpClientWebsockets.WebSocketsUpgrade (1000)
mormot.rest.http.client.pas TRestHttpClientWebsockets.Create (950) ......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment