MSP-Greg
MSP-Greg
I've thought this could provide better messages when OpenSSL doesn't load. With MRI Ruby, OpenSSL loads as follows: openssl.rb => openssl. => system openssl files I've added errors messages for...
@duckinator Thanks. I think I'm going to turn it into a module (with a main `run` method calling a bunch others) so it's a bit clearer what's happening and easier...
@duckinator Sorry, putting out fires here and there. What it looks like now (for a working Ruby): ``` Here's your Ruby and OpenSSL environment: Ruby: ruby 2.8.0dev (2020-07-04T08:28:23Z master 74e1bca79d)...
@duckinator Thanks. Adding system cert info to the test is opening a rather large rabbit hole. I don't want to confuse new users, but years ago I had to support...
Just rebased and squashed the two commits to one.
@hsbt Sorry AFK earlier Closing, see https://github.com/ruby/net-http/pull/181
I tested this locally without the two commits affecting the test. In addition to this PR, commits 042faf74e77d786ff60dff81555f6ec4f21e77a9 & 58fc559bfcb30e55ecb4a0e36800f81fbcf10715 should be reverted, and PR #163 should be merged, which...
I just rebased and additionally: a) added Windows CI b) removed the 'omit' in test_session_reuse_but_expire. The branch is at https://github.com/MSP-Greg/net-http/commits/00-timeout-windows/, and [CI passed](https://github.com/MSP-Greg/net-http/actions/runs/8699525421/job/23858264214). Windows Ruby head builds all use OpenSSL...
Closing, see https://github.com/ruby/net-http/pull/178
Update comment for `HTTP.start`