You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f OpenJDK 64-Bit Server VM 25.102-b14 on 1.8.0_102-b14 +jit [linux-x86_64]
Arch Linux, jRuby installed from AUR.
Linux linodeplz 4.4.0-2-ec2 #1 SMP Thu Jan 21 09:52:26 PST 2016 x86_64 GNU/Linux
Other relevant info you may wish to add:
This issue showed up in part of a Sinatra application, but has been reduced to a minimal test case.
Expected Behavior
Generate a CSR using the script from this gist. Then use OpenSSL to view.
Environment
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f OpenJDK 64-Bit Server VM 25.102-b14 on 1.8.0_102-b14 +jit [linux-x86_64]
Arch Linux, jRuby installed from AUR.
Linux linodeplz 4.4.0-2-ec2 #1 SMP Thu Jan 21 09:52:26 PST 2016 x86_64 GNU/Linux
Other relevant info you may wish to add:
This issue showed up in part of a Sinatra application, but has been reduced to a minimal test case.
Expected Behavior
Generate a CSR using the script from this gist. Then use OpenSSL to view.
https://gist.github.com/technion/0e63d42299cc3d91f387d41e9e5c2c74
Under MRI 2.3.1, we can observe this behaviour:
It can be observed that the "Subject Alternative Name" field correctly matches those defined on line 13 of the gist.
Actual Behavior
When recreating the above test:
You can observe that the first 'DNS' field is broken, and the data appears to have different spacing.
The text was updated successfully, but these errors were encountered: