Runtime Error : Export Restriction: JSSE only

Hello,

I have a Prblm in JSSE .

My Application Tries to contact another Application thru https.

I have Done Following Changes

1.System.setProperty "java.protocol.handler.pkgs" , "com.sun.net.ssl.internal.www.protocol" );

java.security.Security.addProvider( new com.sun.net.ssl.internal.ssl.Provider() );

2.security.provider.1=sun.security.provider.Sun in java.security File

3. included the jssl.jar , jcrypto.jar , jnet.jar in classpath

When I try to Open a OutputStream I get the Following Error :

Export restriction: JSSE only

can Any one give me some info about the Error.

Thanks in Advance .

[699 byte] By [iwishtolearn] at [2007-9-26 8:12:33]
# 1
See if http://forums.java.sun.com/thread.jsp?forum=2&thread=171983 helps you.
neville_sequeira at 2007-7-1 18:39:15 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...