OAuth2 response - Server Port configuration

2013-10-07 Thread Alan Coleman
Hello everyone, I'm having some connection issues between my AdWords app on Bluehost hosting and Google's servers. After the user grants access and the authorization code is returned back to my server I'm receiving the following error. *Failed to connect to 2607:f8b0:400e:c02::54: Network is u

Re: OAuth2 response - Server Port configuration

2013-10-10 Thread Danial Klimkin
Hi Alan, I see two threads about this issue on the forum from you. From the first one it looks like the issue was resolved. Please let us know if you still have questions on this one. -Danial, AdWords API Team. On Tuesday, October 8, 2013 1:33:06 AM UTC+4, Alan Coleman wrote: > > Hello ever

Re: OAuth2 response - Server Port configuration

2013-10-10 Thread Alan Coleman
Hi Danial, Thanks for getting back to me. I used Wireshark to observe the packets during this process and came to the conclusion that the response from user consent arrives back at my live server at port 443. I don't have an SSL certificate so am presuming that port 443 is closed and/or not li

Re: OAuth2 response - Server Port configuration

2013-10-10 Thread Alan Coleman
Hi Danial, On further investigation using Nmap it turns out that port 443 on my host is open. So I'm still trying to establish why I'm getting this error: *Failed to connect to 2607:f8b0:400e:c02::54: Network is unreachable* * * Thanks On Thursday, October 10, 2013 2:54:08 PM UTC, Alan Coleman

Re: OAuth2 response - Server Port configuration

2013-10-10 Thread Alan Coleman
Hi Danial, I've deleted the other post. The issue in this one is the focus now. Many thanks On Thursday, October 10, 2013 9:57:18 AM UTC, Danial Klimkin wrote: > > Hi Alan, > > > I see two threads about this issue on the forum from you. From the first > one it looks like the issue was resolved.

Re: OAuth2 response - Server Port configuration

2013-10-11 Thread Danial Klimkin
Hello Alan, It looks like you are going over IPv6. Can you try disabling it and going over IPv4 address? -Danial, AdWords API Team. On Thursday, October 10, 2013 7:54:45 PM UTC+4, Alan Coleman wrote: > > Hi Danial, > > I've deleted the other post. The issue in this one is the focus now. > >

Re: OAuth2 response - Server Port configuration

2013-10-15 Thread Alan Coleman
Hi Danial, As always, thanks for getting back to me. Can you give me a hint on where I'm going to disable IPv6? Am I going to make changes to my code or is it a server side issue? Thanks again. On Friday, October 11, 2013 3:39:05 PM UTC+1, Danial Klimkin wrote: > > Hello Alan, > > > It looks l

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Danial Klimkin
Hello Alan, This is a server-side setup, unfortunately I can not provide any more details as it completely depends on the platform / OS you are using. -Danial, AdWords API Team. On Wednesday, October 16, 2013 12:58:52 AM UTC+4, Alan Coleman wrote: > > Hi Danial, > > As always, thanks for get

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Alan Coleman
Thanks Danial, I'll let you know what My outcome is. All the best. On Wednesday, October 16, 2013 12:48:03 PM UTC, Danial Klimkin wrote: > > Hello Alan, > > > This is a server-side setup, unfortunately I can not provide any more > details as it completely depends on the platform / OS you are us

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Alan Coleman
Thanks again Danial, Just to confirm. You think that my server is currently trying to connect to Google's via IPv6 and that instead I should try IPv4 ? Many thanks. On Wednesday, October 16, 2013 12:48:03 PM UTC, Danial Klimkin wrote: > > Hello Alan, > > > This is a server-side setup, unfortuna

Re: OAuth2 response - Server Port configuration

2013-10-17 Thread Danial Klimkin
Hello Alan, Yes, looks like the DNS server returns you an IPv6 address which you can't reach. You need to make sure your application can connect to port 443 of the Google servers. -Danial, AdWords API Team. On Wednesday, October 16, 2013 5:31:15 PM UTC+4, Alan Coleman wrote: > > Thanks agai

Re: OAuth2 response - Server Port configuration

2013-10-17 Thread Alan Coleman
Thanks Danial, I figured the problem out last night by forcing my OAuth2 connection to Google's servers to use IPv4 rather than IPv6. It was down to Bluehost's lack of IPv6 support. As Always, thanks for your help On Thursday, October 17, 2013 9:10:40 AM UTC, Danial Klimkin wrote: > > Hello Al

Re: OAuth2 response - Server Port configuration

2014-04-23 Thread Hardik Vyas
Hello Alan, I am now getting same error. How can we force OAuth2 Connection to Google's server to use IPv4 instead IPv6 ? Can you help please? Thanks, Hardik. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: OAuth2 response - Server Port configuration

2014-04-24 Thread Danial Klimkin
Hello Alan, This completely depends on your local platform. Unfortunately we can't suggest on your network configuration. -Danial, AdWords API Team. On Wednesday, April 23, 2014 2:22:45 PM UTC+4, Hardik Vyas wrote: > > Hello Alan, > > I am now getting same error. > > How can we force OAuth2