Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    I’m not sure if “SSL connection timeout” is specifically distinct from a regular network timeout. If it’s not, it’s possible you’re just experiencing intermittent unrecoverable latency on the network where your web server is located. And if that’s the case, the real solution is to fix your server’s network connection! 🙂 Barring that, though, you can tweak the timeout that the plugin uses by using the http_opts attribute. For instance:

    [gdoc key="ABCDEFG" http_opts='{"timeout":20}']

    This tells the plugin to wait 20 seconds for a response from Google before giving up. The default is only 5 seconds. That’s not necessarily enough time if, for example, the amount of data you’re transferring is very large and your web server’s connection isn’t fast. For more info, see this post.

    Let us know if this seems to help.

Viewing 1 replies (of 1 total)
  • The topic ‘SSL Connection timeout’ is closed to new replies.