gnutls_handshake() failed: Handshake failed #6

Open
opened 2018-09-28 17:51:55 +02:00 by MrPetovan · 1 comment
Owner

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.

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.
Author
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/git.friendi.ca#6
No description provided.