java.lang.RuntimeException: Export restriction: SSLSocketFactory supports non-pluggable ciphersuite(s)
Originally Published: 2011-03-25
Article Number
Applies To
HP Tandem (Nonstop)
IBM JDK
Issue
at com.sun.net.ssl.internal.ssl.ExportControl.checkCipherSuites(ExportControl.java:176)
at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:164)
at com.rsa.kmc.w.ab.a(Unknown Source)
at com.rsa.kmc.w.aV.a(Unknown Source)
at com.rsa.kmc.w.aB.a(Unknown Source)
at com.rsa.kmc.w.ay.<init>(Unknown Source)
at com.rsa.kmc.w.aS <http://com.rsa.kmc.w.aS>.<init>(Unknown Source)
at com.rsa.kmc.w.aS.a(Unknown Source)
at com.rsa.kmc.w.aS.a(Unknown Source)
at com.rsa.kmc.KMConfig.<init>(Unknown Source)
...
Resolution
Upgrade to JDK 1.6:
- http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html
"Appendix B: Provider Pluggability
JSSE in Java SE 6 is fully pluggable and does not restrict the use of third party JSSE providers in any way."
Work around the problem by pointing to the IBM JSSE2 HTTPS handler:
- http://www-01.ibm.com/support/docview.wss?uid=nas2c5096397bdc71833862572af003c732c
"Add the following property to your J2SE 5.0 startup to force the
IBM JSSE2 HTTPS handler to be used.
-Djava.protocol.handler.pkgs=com.ibm.net.ssl.www2.protocol"
Related Articles
Provide an Offline Emergency Passcode 20Number of Views Provide an Offline Emergency Access Tokencode 117Number of Views RSA SecurID Authentication Manager Security Vulnerability for Java (CVE-2015-2590) - False Positive(s) 42Number of Views Why am I being asked to provide an On-Demand Authentication (ODA) PIN when logging in to the RSA Community? 55Number of Views RSA Authentication Manager 8.3 P4 - Summary of Known Third-Party Component Vulnerabilities Under Investigation 38Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?