[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-24 Thread [EMAIL PROTECTED]
4.0.3sp1 includes this fix as well as other ssl issues. This is available here:

http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=365509

-Jason

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903030#3903030

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903030


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-19 Thread [EMAIL PROTECTED]
4.0.3sp1 will include this fix. Should be released shortly.

-Jason

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902059#3902059

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902059


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-17 Thread [EMAIL PROTECTED]
This is definately a bug. It will be fixed for 4.0.4.

-Jason

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901628#3901628

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901628


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-17 Thread [EMAIL PROTECTED]
JBWS-450 is fixed in the 4.0 branch

-Jason

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901653#3901653

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901653


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-16 Thread anders.hedstrom
see:
 
http://jira.jboss.com/jira/browse/JBWS-450
and
http://jboss.com/index.html?module=bbop=viewtopict=70709



//Anders

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901403#3901403

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901403


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SecureWS 4.0.3 - client certificate needed?

2005-10-15 Thread jjboss
Ok, I now figured it out:

A client certificate is not needed but you have to specify a valid keystore and 
a valid truststore as well:


  | System.setProperty(javax.net.ssl.keyStorePassword, mypassword);
  | System.setProperty(javax.net.ssl.keyStore, mykeystore.jks);
  | 
  | System.setProperty(javax.net.ssl.trustStorePassword, 
mypassword);
  | System.setProperty(javax.net.ssl.trustStore, mykeystore.jks);
  | 

The keystore is created by Sun's keytool. It contains one trusted certificate 
(an empty keystore did not work).

Jan

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901321#3901321

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901321


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user