Skip to content
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

No proxy support under .NET Core 2.2 #201

Closed
arnamq opened this issue Dec 19, 2018 · 2 comments
Closed

No proxy support under .NET Core 2.2 #201

arnamq opened this issue Dec 19, 2018 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@arnamq
Copy link

arnamq commented Dec 19, 2018

Hi,

My project uses .NET Core 2.2 under CentOS Lunux (docker) and it seems that a client library ignores env proxy settings (http_proxy & https_proxy). The OAuth authorization (ADUser) uses a proxy settings but ReportJob ignores it.

Kind regards,
Piotr

@arnamq
Copy link
Author

arnamq commented Dec 27, 2018

I've found couse ot the problem. AdManager library has reference to the System.ServiceModel.Http 4.4.2 and there was a bug with a proxy support in that version. If I force my app tu use System.ServiceModel.Http 4.5 everything works fine.

Could you please update the dependencies to use the newset version of System.ServiceModel.Http (https://github.com/googleads/googleads-dotnet-lib/blob/bfd8b0583336f8a0d10da9483f8b9ee472eae16e/src/Common/Common.csproj)?

@christopherseeley christopherseeley added the duplicate This issue or pull request already exists label Feb 26, 2019
@christopherseeley
Copy link
Member

Duplicate of #133

@christopherseeley christopherseeley marked this as a duplicate of #133 Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants