Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] In CI disable tls check for 5.4 only to avoid Peer fingerprint mismatch #308

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

labbati
Copy link
Member

@labbati labbati commented Feb 18, 2019

Description

Very often php 5.4 tests were failing with this same error. Apparently the reason is PHP 5.4 having some issues with tls verification (https://github.com/composer/composer/blob/master/src/Composer/Util/RemoteFilesystem.php#L354). The solution proposed here is to disable tls only when downloading libraries using composer for php 5.4. This has no security implications as this is only done for tests execution and not during package build.

Readiness checklist

  • [ ] Changelog entry added, if necessary
  • [ ] Tests added for this feature/bug

@labbati labbati added this to the 0.14.0 milestone Feb 18, 2019
@labbati labbati added the ci label Feb 18, 2019
@labbati labbati requested a review from pawelchcki February 18, 2019 17:16
Copy link
Contributor

@pawelchcki pawelchcki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@pawelchcki pawelchcki merged commit e3ae56b into master Feb 18, 2019
@labbati labbati deleted the labbati/54-ci-failure branch February 18, 2019 17:25
@labbati labbati modified the milestones: 0.14.0, 0.13.2 Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants