googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 199 forks source link

TLS version issue #222

Closed dev408 closed 8 months ago

dev408 commented 4 years ago

I have been running an application with version 201809 for several months with the .net libraries. This Uses the Ad Hoc report from an AWQL query. It's been working fine until last week. Turns out our IT shop made a firewall change to block TLS1.0 and SSL v3 from traversing the firewall. I can still run the same code with the same credentials when I am not on our corporate network but as soon as I connect to the network, the job fails. Is there a way that I can code something to force the communication to be TLS 1.1 or greater.

I have attached the log file with the exceptions.

Google Adwords API -- 10-15-19 14.41.37.675.log

christopherseeley commented 8 months ago

AdWords API has been turned down and replaced with the Google Ads API. Closing as stale.