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

Fix common OpenSSL intermittent failure on automated builders #11885

Merged
merged 1 commit into from Jun 27, 2016

Conversation

@jdm
Copy link
Member

jdm commented Jun 27, 2016

OpenSSL requires that the digits of the serial number for the generated certs contain an even number of digits. The recent change in sslutils (w3c/wpt-tools@b388d6b) does not fulfill this requirement. I'll be making the same PR upstream to address that, but this will get us out of the woods locally.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #11858 and fix #11859
  • These changes do not require tests because there's no automated testing for the SSL cert generation

This change is Reviewable

@cbrewster
Copy link
Member

cbrewster commented Jun 27, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Jun 27, 2016

📌 Commit cf073f1 has been approved by ConnorGBrewster

@jdm
Copy link
Member Author

jdm commented Jun 27, 2016

@bors-servo: p=100

@jdm
Copy link
Member Author

jdm commented Jun 27, 2016

Filed w3c/wpt-tools#85 upstream.

@bors-servo
Copy link
Contributor

bors-servo commented Jun 27, 2016

Testing commit cf073f1 with merge 3be7303...

bors-servo added a commit that referenced this pull request Jun 27, 2016
Fix common OpenSSL intermittent failure on automated builders

OpenSSL requires that the digits of the serial number for the generated certs contain an even number of digits. The recent change in sslutils (w3c/wpt-tools@b388d6b) does not fulfill this requirement. I'll be making the same PR upstream to address that, but this will get us out of the woods locally.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #11858 and fix #11859
- [X] These changes do not require tests because there's no automated testing for the SSL cert generation

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11885)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 27, 2016

@bors-servo bors-servo merged commit cf073f1 into servo:master Jun 27, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@Ms2ger Ms2ger deleted the jdm:openssl-serial branch Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.