Hi,

I could verify the first error (where you get "Default SSL context init failed: 
null"). In my case this was due to the fact that I did not have kestore as specified 
in jboss-service.xml 
(/home/mkrause/testkeys in my case). I saw this error by setting 
'-Djavax.net.debug="ssl,handshake" ' as a command-line argument to the VM when 
starting jboss. For some reason the line 
'System.setProperty("javax.net.debug", "ssl,handshake");'
in CmdSTARTTLS.java has no effect (why?).

The second thing (Export restriction: this JSSE implementation is non-pluggable.) I 
could not verify. Even though I also live outside the US (-: What happens if you 
comment the line
'java.security.Security.addProvider( new com.sun.net.ssl.internal.ssl.Provider());' in 
the same file?

Michael


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827777#3827777";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827777>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to