On Thu, Mar 12, 2015 at 5:06 PM, Keith Johnston <ke...@spotkin.com> wrote:

> Today is the first time I have seen this error. It occurs when I am trying to 
> write some data to Amazon using the Amazon client library. I looked at the 
> AppEngine quota page and there is no indication that anything there is over 
> quota.
>
> javax.net.ssl.SSLException: 
> com.google.apphosting.api.ApiProxy$OverQuotaException: The API call 
> remote_socket.GetSocketOptions() required more quota than is available.
>
>


Does this error always happen when connecting to Amazon, or does it only
intermittently/rarely occur? If you try requests using insecure (HTTP, not
HTTPS) connections, do you see any difference or does a similar error pop
up?

Side note: depending on the client library and Amazon service you're using
insecure access may not be possible. But you can try it; for example here's
how to set HTTP/HTTPS settings in the Java library:
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#setProtocol(com.amazonaws.Protocol)


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALBD2EVOmV_46G2iBgOTKe82LLHKpc%3DOnsCPVpEfknJFkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to