Aaron Freeman wrote: > > Ok, here is the full http block I am using, in case its out of date for > some reason (I am using the block directly from our working 3.0.23 > implementation verbatim, with your recommended tweak): > > <http address="*" port="443"> > <jsse-ssl> > <key-store-type>jks</key-store-type> > <key-store-file>/opt/server/security/ssl.kdb</key-store-file> > <password xmlns:encryption="urn:java:com.encryption"> > <encryption:Password>abcdefg</encryption:Password> > </password> > </jsse-ssl> > </http> > What I've found is that if the XML namespace for <encryption:*> isn't right, i.e. not "urn:java:...", you'll get that cryptic error message. If it's right, it's working for me. I'm working on first getting a better error message, and second seeing if there are other failure cases.
-- Scott > - Aaron > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
