Replies: 1 comment 5 replies
-
Hey @jur3 👋🏻 I'll convert this discussion into a feature request and add |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue:
We have a datacenter where all external traffic must go through an HTTPS proxy, while internal traffic must not.
For our PHP application, we set the HTTPS_PROXY environment variable so that all requests to external sources go through the proxy. We also set the NO_PROXY environment variable so that requests to hosts in the internal network bypass the proxy.
When using Temporal.IO workflows with RoadRunner, we encounter a problem: RoadRunner must connect to the Temporal server, which is in the internal network. We set HTTPS_PROXY=xxxx and NO_PROXY="temporal-server", but the RoadRunner plugin still cannot connect to the Temporal server. We assume this is because the NO_PROXY environment variable is either not functioning or not implemented in the RoadRunner Temporal plugin.
Roadrunner version: 2025.1.1
PHP version : 8.2
Docker compose:
Question:
Beta Was this translation helpful? Give feedback.
All reactions