bschmeck (Ben Schmeckpeper)
- Login: bschmeck
- Registered on: 12/09/2016
- Last sign in: 12/09/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
12/15/2016
-
04:25 AM Ruby Bug #10613: SNI is not optional when using TLS
- Unfortunately, I don't know any details about the server. It's not a box that we own.
I am connecting over an SSH tunnel, so the hostname being used for SNI is 127.0.0.1. The server simply returns a 400; my best guess is that it's n...
12/09/2016
-
06:14 PM Ruby Bug #10613: SNI is not optional when using TLS
- Is there any chance of this patch getting merged?
We're encountering this bug and are currently monkeypatching the Net::HTTP#connect method to disable SNI for the connections where it's problematic.