-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth update failing to connect #859
Comments
there may be different root causes for this, but from experience I can tell you it's not the script, nor the UMAPI service, it's a local setup that blocks the tool from connecting to the 2 API endpoints.
|
Hi, yes the traffic is proxied and there are environmental variables setup on the Windows server side. Its an on prem server with the local firewall disable |
in this case just the HTTPS_PROXY env variable is important. |
The https_proxy environment variable on the server points to our company proxy address, that's from the local server environment variables, so https://x.x.x.x:xxxx |
change https:// to http:// |
There is also already a http entry in the Windows environmental variables with the same proxy setting (but with http) |
it's not what I meant! |
Apologies, yes we've tried setting the https variable to the http:// setting as well but still get the connection error |
if you know for sure that the proxy is present and the values for it are correct (including its port), then try this: |
Thanks that pointed us in the right direction, updated our scripts to statically include the proxy settings and that seems to be connecting out now |
We've started the migration to the OAuth setup in the Developer console and are using the 2.10.0 sync version but cant get the script to connect. The connector files seem to be set correctly but the logs just show - umapi_client.connection - UMAPI connection error
The migration tool in the admin console doesnt show any successful OAuth attempts and cant seem to get it to connect using the new executable instead of the pex file. Is there some other config we're missing?
The text was updated successfully, but these errors were encountered: