We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e51fe1 commit ff568d0Copy full SHA for ff568d0
src/main/java/org/jruby/ext/openssl/SecurityHelper.java
@@ -193,7 +193,7 @@ public static CertificateFactory getCertificateFactory(final String type)
193
final Provider provider = getSecurityProvider();
194
if ( provider != null ) return getCertificateFactory(type, provider);
195
}
196
- catch (CertificateException e) {e.printStackTrace(); }
+ catch (CertificateException e) { debugStackTrace(e); }
197
return CertificateFactory.getInstance(type);
198
199
0 commit comments