|
From: Steven H. <sh...@te...> - 2005-04-07 23:42:39
|
Yeah, that turned out to be the problem. Hermes doesn't support md5 as a signing algorithm, so certificates bought from Thawte won't work in this case. We bought a new certificate from Verisign and resolved the issue. -----Original Message----- From: ebx...@li... [mailto:ebx...@li...] On Behalf Of Martin Schimak Sent: Friday, 8 April 2005 12:56 AM To: ebx...@li... Subject: Re: [ebxmlms-general] Odd error with hermes I would guess it's because the signing algorithm you specify must match with the algorithm the used key is based upon, e.g. if you use an RSA key, a valid algorithm could be rsa-sha1, etc. You can specify the algorithm for acknowledgment signing in the msh.properties.xml under AckSign/KeyStore/Algorithm and for normal messages as parameter of the setSign() method of a Request Object... Martin. Steven Herod wrote: > Our customer tried sending a message to us on a new installation of Hermes > > We received in the Catalina.out of Tomcat 5 this message: > > > 2005-03-24 12:33:24,304 113056 ERROR > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.processMessage > (Unknown Source) > [10002] Unknown error > Exception: > hk.hku.cecid.phoenix.message.handler.MessageServiceHandlerException > Message: Signing algorithm not matched with key algorithm > > Anybody got an idea what caused this? > > I should point out that this is the customers first message through the > system, it has never worked as of yet on this server, so its possibly that > something simple yet fundamental is incorrect. > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |