How to get UGS to pull binaries from Horde

I have found the log although it doesn’t really have anything interesting in it.

`[09:36:43.003 inf] [OpenProjectInf] Detecting settings for D:\Dev\Demo2-Game\Demo2\Demo2.uproject
[09:36:43.073 inf] [OpenProjectInf] Found branch root at //Demo2-Game
[09:36:43.254 inf] [MainWindow] Trying to open project //Demo2-Game/Demo2/Demo2.uproject
[09:36:43.291 inf] [EventMonitor] Using connection string: https://horde01.domain.com/ugs
[09:36:43.308 inf] [EventMonitor] Polling for events…
[09:36:43.308 inf] [IssueMonitor] Using connection string: https://horde01.domain.com/ugs
[09:36:43.308 inf] [IssueMonitor] Polling for issues…
[09:36:43.326 inf] [EventMonitor] Done in 17ms.
[09:36:43.327 inf] [IssueMonitor] Done in 18ms.
[09:36:43.336 inf] [MainWindow] Replacing tab 1
[09:36:43.968 inf] [EventMonitor] Polling for events…
[09:36:43.971 inf] [EventMonitor] Done in 2ms.
[09:36:45.712 inf] [OpenProjectInf] Detecting settings for D:\Dev\Demo1-Game\Demo1\Demo1.uproject
[09:36:45.776 inf] [OpenProjectInf] Found branch root at //Demo1-Game
[09:36:46.003 inf] [MainWindow] Trying to open project //Demo1-Game/Demo1/Demo1.uproject
[09:36:46.039 inf] [EventMonitor] Using connection string: https://horde01.domain.com/ugs
[09:36:46.057 inf] [EventMonitor] Polling for events…
[09:36:46.062 inf] [EventMonitor] Done in 4ms.
[09:36:46.077 inf] [MainWindow] Replacing tab 0

[12:36:22.279 inf] [HordeHttpAuthH] Logging in to https://horde01.domain.com/
[12:36:26.104 inf] [WorkspaceContr] Updating workspace at 22/04/2025 12:36:26…
[12:36:26.104 inf] [WorkspaceContr] ChangeNumber=90816
[12:36:26.104 inf] [WorkspaceContr] Options=Sync, AutoResolveChanges, GenerateProjectFiles, SyncArchives
[12:36:26.104 inf] [WorkspaceContr] Clobbering 0 files
[12:36:26.104 inf] [EventMonitor] Posting event… (90816, l.hall, Syncing)

[12:44:48.729 inf] [WorkspaceContr] Updating workspace at 22/04/2025 12:44:48…
[12:44:48.729 inf] [WorkspaceContr] ChangeNumber=90819
[12:44:48.729 inf] [WorkspaceContr] Options=Sync, AutoResolveChanges, GenerateProjectFiles, SyncArchives
[12:44:48.729 inf] [WorkspaceContr] Clobbering 0 files
[12:44:48.729 inf] [EventMonitor] Posting event… (90819, l.hall, Syncing)

[14:17:19.766 inf] [Startup] Application version: 1.0.0.0
[14:17:19.795 inf] [Startup] Started at 22/04/2025 14:17:19
[14:17:19.817 inf] [Startup] SessionId: a89a39ae-152d-49e0-a542-373296160e55
[14:17:19.817 inf] [Telemetry] Creating telemetry sink for session a89a39ae-152d-49e0-a542-373296160e55
[14:17:19.831 inf] [Startup] Installed protocol handler to user hive
[14:17:20.152 inf] [OpenProjectInf] Detecting settings for D:\Dev\Demo2-Game\Demo2\Demo2.uproject
[14:17:20.152 inf] [OpenProjectInf] Detecting settings for D:\Dev\Demo1-Game\Demo1\Demo1.uproject
[14:17:20.241 inf] [OpenProjectInf] Found branch root at //Demo2-Game
[14:17:20.241 inf] [OpenProjectInf] Found branch root at //Demo1-Game
[14:17:20.598 inf] [MainWindow] Opening Main Window for 2 projects. Last Project D:\Dev\Demo1-Game\Demo1\Demo1.uproject
[14:17:20.654 inf] [MainWindow] Trying to open project //Demo1-Game/Demo1/Demo1.uproject
[14:17:20.808 inf] [EventMonitor] Using connection string: https://horde01.domain.com/ugs
[14:17:20.880 inf] [EventMonitor] Polling for events…
[14:17:20.883 inf] [IssueMonitor] Using connection string: https://horde01.domain.com/ugs
[14:17:20.894 inf] [MainWindow] Inserted tab 0
[14:17:20.894 inf] [MainWindow] Trying to open project //Demo2-Game/Demo2/Demo2.uproject
[14:17:20.933 inf] [EventMonitor] Using connection string: https://horde01.domain.com/ugs
[14:17:20.981 inf] [EventMonitor] Polling for events…
[14:17:20.988 inf] [MainWindow] Inserted tab 1`

I applied both of those GitHub changes and I still receive the same response as before

Here is a log

  1. Not 100% sure. It does look like something is happening but the token it receives and thinks is its Horde token is very small and is not the same as the token received when logging into Horde the normal way. It’s for this reason why I decided to try it out with its own HTTP client, but doesn’t seem to have helped.
  2. Will look again but I didn’t notice anything with http://
  3. Our Horde server is self-signed with our company’s CA and is stored in our computers.
  4. Thanks. Just turned on OIDC debug now.