0 Replies Latest reply on Apr 19, 2012 7:08 AM by armihu

    How to change TrustManager algorithm of web connector

    armihu

      I have a custom trustmanager and truststore implementation that I need to use, but how can I convince JBoss to use them?

       

      It seems that it is no longer possible to change the trustmanager algorithm of a web connector in JBoss 7.1.1. Neither is it possible to define a custom keystore/truststore implementation for a web connector.

       

      In previous JBoss versions I could use the truststoreAlgorithm and truststoreType attributes in the <Connector> element, but the <ssl> element in JBoss 7.1.1 web configuration does not support these (truststore type can be set, but only JKS and PKCS12 are supported).