ganmacs (Yuta Iwama)
- Login: ganmacs
- Registered on: 03/29/2017
- Last sign in: 01/23/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/23/2020
-
08:23 AM Ruby Revision be6931f7 (git): Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
- According to https://github.com/ruby/openssl/pull/60,
> Currently an user who wants to do the hostname verification needs to
call SSLSocket#post_connection_check explicitly after the TLS connection
is established.
if an user who wants ... -
06:32 AM Ruby Feature #16555 (Closed): Add #verify_hostname= and #verify_hostname to skip hostname verification
- I'd like to add Net::HTTP#verify_hostname and Net::HTTP#verify_hostname= since OpenSSL::SSL::SSLContext has #verify_hostname but Net::HTTP does not support it.
ref: https://github.com/ruby/ruby/pull/2858, https://github.com/ruby/open...