You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hook reco up to an on-prem platform and run a simulation. You end up waiting for the simulation to exit queued and become started forever as the simulation cannot report to platform that it has become started.
I believe this is due to the hardcoded use of HTTPS for event reporting which will fail under local testing as we don't have certificates set up so it's HTTP only:
So that's the bug verified. There are a couple of angles here. One is that our API doesn't speak HTTPS, it currently relies on an AWS load balancer in front of it to strip the SSL. This is something we might want to fix in future for on-prem as the alternative is finding a stand in that can strip SSL. The other angle is that maybe we shouldn't hard-code HTTPS in our URLs. I attempted to fix that problem here but the PR needs cleaning up: #270
Hook reco up to an on-prem platform and run a simulation. You end up waiting for the simulation to exit queued and become started forever as the simulation cannot report to platform that it has become started.
I believe this is due to the hardcoded use of HTTPS for event reporting which will fail under local testing as we don't have certificates set up so it's HTTP only:
platform/handlers/api/build.go
Lines 200 to 201 in 35ffe7f
I shall attempt to verify this momentarily with curl.
The text was updated successfully, but these errors were encountered: