It would be really useful if the SSL requirements could be documented.

I set up the module on a testbed site (core 8.7.x on DDEV-Local 1.12.1), tried to create a Tweet media object and got this error message:

The website encountered an unexpected error. Please try again later.GuzzleHttp\Exception\ConnectException: cURL error 35: Unknown SSL protocol error in connection to twitter.com:443 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in GuzzleHttp\Handler\CurlFactory::createRejection() (line 185 of vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php).

GuzzleHttp\Handler\CurlFactory::finishError(Object, Object, Object) (Line: 102)

Comments

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

FYI the ddev install uses:

  • PHP Version 7.3.12-1+0~20191128.49+debian9~1.gbp24559b
  • OpenSSL/1.0.2t
  • libssh2/1.7.0
damienmckenna’s picture

Status: Active » Closed (works as designed)

Never mind, I forgot that my firewall was blocking requests to Twitter from inside Docker :-)