tisba (Sebastian Cohnen)
- Login: tisba
- Registered on: 10/25/2013
- Last sign in: 11/06/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/30/2016
-
11:45 AM Ruby Feature #11547: remove top-level constant lookup
- With 2.4 released and I wasn't able to find anything related to this issue in https://github.com/ruby/ruby/blob/v2_4_0/NEWS I guess it did not make it into 2.4.
I was wondering if there are any plans regarding working on this. In almo...
11/05/2013
-
05:54 PM Ruby Bug #9053: SSL Issue with Ruby 2.0.0
- chittoor (Rajesh Malepati) wrote:
> tisba (Sebastian Cohnen) wrote:
> ...
I just removed the intermediate certificate again from the server to test it again. I noticed that Ruby 1.9.3 (and 1.8.7) does not seem to verify the SSL certifi... -
05:40 PM Ruby Bug #9053: SSL Issue with Ruby 2.0.0
- MartinBosslet (Martin Bosslet) wrote:
> Thanks everyone for contributing, I'm sorry I couldn't look into it any sooner. Special thanks to Rajesh for finding the issue!
> ...
Yes, I added the intermediate certificate to be served as well ...
10/28/2013
-
04:56 PM Ruby Bug #9053: SSL Issue with Ruby 2.0.0
- chittoor (Rajesh Malepati) wrote:
> tisba (Sebastian Cohnen) wrote:
> ...
Okay thanks, I'll take a look.
But this doesn't really explain, why only Ruby 2.0 is affected, or does it?
10/25/2013
-
06:24 PM Ruby Bug #9053 (Third Party's Issue): SSL Issue with Ruby 2.0.0
- =begin
Steps to reproduce:
ruby -rnet/http -e 'Net::HTTP.get(URI("https://stormforger.com"));'
results in:
/Users/basti/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:918:in `connect': SSL_connect returned=1 errno=0...