[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: SSLUnitTestCase failures with the IBM JVM

anil.saldhana@jboss.com do-not-reply at jboss.com
Tue Aug 29 11:37:04 EDT 2006


  | <Connector port="8443" address="${jboss.bind.address}"
  | maxThreads="100" strategy="ms" maxHttpHeaderSize="9192"
  | emptySessionPath="true"
  | scheme="https" secure="true" clientAuth="false"
  | keystoreFile="<keystore.pfx>"
  | keystorePass="<some_password>"
  | keystoreType="pkcs12"
  | algorithm="IbmX509"
  | sslProtocol = "SSL_TLS" />
  | 

This is the connector setting that has worked on IBM JDK5.  Check the keystore type (that indicated pkcs12)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968120#3968120

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968120



More information about the jboss-dev-forums mailing list