Hi there, I know this is an old post, but I've just recently encountered a similar issue after months of no issues successfully using the api.
We have a scheduled job that runs early in the morning (around 4:30 am UK time) and downloads a large campaign report. Intermittently it will fail, e.g. it worked for two days, then failed on the third (with no changes on our side in between as it was the weekend). The error returned is "An error has occurred: Unknown SSL protocol error in connection to accounts.google.com:443". If I run the same job during the day it always seems to work. I followed the stackoverflow link above, but wasn't entirely sure how to troubleshoot the issue with the information there? I tried adding curl_setopt($ch, CURLOPT_SSLVERSION, 3); // Force SSLv3 to fix Unknown SSL Protocol error, to the report utils file in the client libraries, but the issue persisted. Environment: OS: Windows Server PHP Client Library: *6.2.0* API Version: *v201506* Could it be something to do with the time of day the job is running? Any ideas on how to troubleshoot, or perhaps a way to get the client libraries to retry if the above error happens? Thanks, Will On Wednesday, April 3, 2013 at 11:13:16 AM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi Mahesh, > > Looks like a temporary issue with your network. See > http://stackoverflow.com/questions/3234140/curl-error-35-unknown-ssl-protocol-error-in-connection > for > a similar case. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Friday, March 29, 2013 2:51:07 PM UTC+5:30, Mahesh wrote: >> >> Hello All, >> >> I have the Below Error Some times from the Adword Api... >> >> Failed to get authToken. Reason: Unknown SSL protocol error in connection >> to accounts.google.com:443 >> >> I can't get it to fail with any regularity. I will send the same SOAP >> request twice, maximum time it works, sometimes it fails.. >> >> while Pausing the Multiple Campaigns Some time it accure Not for the >> all hits... >> >> *Details*: >> Language : *PHP* >> Adwords API version : *v201302* >> >> Any One have a Solution Please ...? >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8cdb8cb3-074a-4c71-b5ad-3f7151c6da40%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
