httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

Switch to GH-Actions #634

Closed ixti closed 3 years ago

ixti commented 3 years ago

Resolves: #633

ixti commented 3 years ago

Tests are failing due to SSL errors, which are caused by invalid config and/or incorrectly generated certificates. As we do some hackety hackery to mimic different ssl weirdiness, it might be the problem of misconfiguration, but I can't figure out what exactly isn't correct.

ixti commented 3 years ago

I tend to disable failing specs temporarily and address those as a separate pr (help is super welcomed).

@tarcieri wdyt?

ixti commented 3 years ago

Thanks for the fix