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
Pivotal tracker API updated it's cert and now we can't connect on 1.7.13 and 1.7.18. Upgrading to Jruby 9K pre2 took care of the issue. Script to duplicate on the bottom(need pivotal tracker token and project id to pass to it). Script also runs on MRI
stack trace
null:-1:in `getConvertedValue': java.lang.RuntimeException: can't recode value for oid 2.5.4.9
from null:-1:in `toASN1Primitive'
from null:-1:in `setSubject'
from null:-1:in `setSubjectDN'
from X509Cert.java:328:in `set_subject'
from X509Cert.java:174:in `initialize'
from X509Cert$INVOKER$i$0$1$initialize.gen:-1:in `call'
from DynamicMethod.java:210:in `call'
from CachingCallSite.java:336:in `cacheAndCall'
from CachingCallSite.java:179:in `callBlock'
from CachingCallSite.java:183:in `call'
from RubyClass.java:804:in `newInstance'
from RubyClass$INVOKER$i$newInstance.gen:-1:in `call'
from JavaMethod.java:297:in `call'
from RubyClass.java:690:in `finvoke'
from Helpers.java:502:in `invoke'
from RubyBasicObject.java:363:in `callMethod'
from X509Cert.java:134:in `wrap'
from SSLSocket.java:786:in `peer_cert'
from SSLSocket$INVOKER$i$0$0$peer_cert.gen:-1:in `call'
Pivotal tracker API updated it's cert and now we can't connect on 1.7.13 and 1.7.18. Upgrading to Jruby 9K pre2 took care of the issue. Script to duplicate on the bottom(need pivotal tracker token and project id to pass to it). Script also runs on MRI
stack trace
Script to duplicate
The text was updated successfully, but these errors were encountered: