-
Notifications
You must be signed in to change notification settings - Fork 78
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
I can not connect to rally when I'm using VPN #174
Comments
for clarification purposes, if you are not on a VPN you script using pyral can successfully connect to rally1.rallydev.com and retrieve Rally information (or create an artifact or update and artifact), correct? |
Yes, the VPN causes the problem. I can successfully fetch data from rally1.rallydev.com when I'm not using VPN. |
I'd suggest using something like curl or httpie or a browser REST client extension to see if you can connect successfully through the VPN outside of pyral. Do you know any info on the VPN, like vendor/product/version/etc.? I wouldn't think that OS issues are suspect here, but what platform are you running on? |
I ran into this and there being a proxy when on the vpn. I used the below to deal with it, set a cmd line arg to use the prox, then set the OS env vars to use it with the correct values...
.... ... |
I'm trying to fetch data from rally1.rallydev.com. When I use my python script without VPN it works fine but after I connect it drops the following error:
"pyral.context.RallyRESTAPIError: Target Rally host: 'rally1.rallydev.com' non-existent or unreachable"
(I have to use SSO and apikey for the connection)
The text was updated successfully, but these errors were encountered: