|
From: Gustav T. <gt...@dg...> - 2004-11-15 11:29:20
|
When I try to connect to and send to https-servers via my msh stub, msh.log displays the (non-descriptive) error listed in the bottom of this mail. This also happens if I try to loopback against my own https Hermes MSH! Would be great to get some help on this, although I'm sure it's a silly config mistake by me.. general info: - I can lynx against these servers from the same machine, so ports are open - Servers do not require client certification at this moment - TomCat 5.0 - Hermes v0.9.3.1 Stub stuff: - I use String transportType = "HTTPS"; - I use mshReq.sendReliably(message, false); to send the message Log: 2004-11-12 15:09:45,390 INFO [Thread-67]: Sending message to https://x.x.x.x:6715/ebXML 2004-11-12 15:09:45,680 ERROR [Thread-67]: [10505] Cannot send SOAP message Exception: javax.xml.soap.SOAPException Message: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed greetings, Gustav Tresselt |