-
Notifications
You must be signed in to change notification settings - Fork 327
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
configuring Vouch Proxy to use an outgoing proxy for access to the internet and IdP #291
Comments
@stagging18 this sounds like a firewall problem. That error indicates a dns lookup failure. You should check your dns settings and and firewall settings and confirm that you can resolve your okta domain from the same environment that VP is running in. |
Hi Benjamin,
I am using apache mod_oidc also in the same environment and from apache i
am able to access the url by using the proxy settings. Similar things i am
looking around for VP also. Means is there any way i can set the proxy in
VP and the request will go through that proxy.
Regards,
Rajesh
…On Thu, 9 Jul 2020, 23:08 Benjamin Foote, ***@***.***> wrote:
@stagging18 <https://github.com/stagging18> this sounds like a firewall
problem. That error indicates a dns lookup failure. You should check your
dns settings and and firewall settings and confirm that you can resolve
your okta domain from the same environment that VP is running in.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#291 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXZCVB27MVX6GI6ZLH3PFDR2X6BNANCNFSM4OVQC4XA>
.
|
@stagging18 are you saying you're using SOCKS proxy or another outgoing proxy for all tcp/udp including DNS? oh look, that's what your initial comment says precisely. Sorry, I missed that part :) |
@stagging18 I think this should work...
https://stackoverflow.com/questions/14661511/setting-up-proxy-for-http-client Actually, I'm not sure that will work for the dns lookup |
Thanks Benjamin,
The given solution works for me. We can close this issue.
Regards,
Rajesh
…On Thu, 9 Jul 2020, 23:26 Benjamin Foote, ***@***.***> wrote:
@stagging18 <https://github.com/stagging18> I think this should work...
export HTTP_PROXY="http://proxyIp:proxyPort"
https://stackoverflow.com/questions/14661511/setting-up-proxy-for-http-client
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#291 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXZCVFARKCDDPWGCAIHKVDR2YAGLANCNFSM4OVQC4XA>
.
|
@stagging18 so glad to hear that! |
Hi Team,
I am getting the below error after successful authentication.
{"level":"error","ts"1594280010.3651514,"msg":"/auth Error while retreiving user info after successful login at the OAuth provider: Post "https://dev-813551.okta.com...\": dial tcp: lookup dev-813551.okta.com on 10.65.0.33:67: no such host"}
dev-813551.okta.com is not reachable from my vouch-proxy server. if i have to access this then i have to use an outgoing proxy.
Please let me know how to set outgoing proxy in vouch server so that it can make request to my okta dev account.
Any help will be appreciated.
Regards,
Rajesh
The text was updated successfully, but these errors were encountered: