prismicio / javascript-kit

Development kit for the Javascript language
https://developers.prismic.io
106 stars 69 forks source link

Tests broken because of poodle fix #67

Closed erwan closed 9 years ago

erwan commented 10 years ago

PhantomJS uses SSLv3 per default, but the server no longer supports it: https://github.com/ariya/phantomjs/issues/12655

We need to figure out a way to pass --ssl-protocol=tlsv1 as parameter, that apparently involves patching gulp-qunit.

markstos commented 10 years ago

Will this be resolved by my recent pull request, which makes --ssl-protocol=tlsv1 the default? https://github.com/ariya/phantomjs/pull/

erwan commented 10 years ago

Yes, it will.