[RuntimeException]
Failed to execute git clone --no-checkout 'https://git.friendi.ca/friendica/php-json-ld'
'/home/travis/build/friendica/friendica/vendor/friendica/json-ld'
&& cd '/home/travis/build/friendica/friendica/vendor/friendica/json-ld'
&& git remote add composer 'https://git.friendi.ca/friendica/php-json-ld'
&& git fetch composer
Cloning into '/home/travis/build/friendica/friendica/vendor/friendica/json-ld'...
fatal: unable to access 'https://git.friendi.ca/friendica/php-json-ld/': gnutls_handshake() failed: Handshake failed
I'm not sure how to troubleshoot this since cloning the repository works from my machine, works from Michael's machine.
However, it doesn't work from Packagist.org (when I tried to register the json-ld package) nor from Travis.
See https://travis-ci.org/friendica/friendica/jobs/434668926#L565
```
[RuntimeException]
Failed to execute git clone --no-checkout 'https://git.friendi.ca/friendica/php-json-ld'
'/home/travis/build/friendica/friendica/vendor/friendica/json-ld'
&& cd '/home/travis/build/friendica/friendica/vendor/friendica/json-ld'
&& git remote add composer 'https://git.friendi.ca/friendica/php-json-ld'
&& git fetch composer
Cloning into '/home/travis/build/friendica/friendica/vendor/friendica/json-ld'...
fatal: unable to access 'https://git.friendi.ca/friendica/php-json-ld/': gnutls_handshake() failed: Handshake failed
```
I'm not sure how to troubleshoot this since cloning the repository works from my machine, works from Michael's machine.
However, it doesn't work from Packagist.org (when I tried to register the json-ld package) nor from Travis.
Maybe the automated systems at Packagist and Travis don't support SNI.
Potential cause: SSLabs report indicates "This site only works with SNI support".
https://www.ssllabs.com/ssltest/analyze.html?d=git.friendi.ca&s=138.201.30.223
Maybe the automated systems at Packagist and Travis don't support SNI.
See https://travis-ci.org/friendica/friendica/jobs/434668926#L565
I'm not sure how to troubleshoot this since cloning the repository works from my machine, works from Michael's machine.
However, it doesn't work from Packagist.org (when I tried to register the json-ld package) nor from Travis.
Potential cause: SSLabs report indicates "This site only works with SNI support".
https://www.ssllabs.com/ssltest/analyze.html?d=git.friendi.ca&s=138.201.30.223
Maybe the automated systems at Packagist and Travis don't support SNI.