Martin,
Although I've done some work with securing Axis2 services with SSL I
haven't come across this problem before. And it appears to involved HTTP
"Expect" headers, also something I'm not familiar with. But, if you don't
get any specific suggestions, a useful SSL debugging technique is to turn
on SSL logging:
System.setProperty("javax.net.debug", "ssl")
The values I've come across for this property are "ssl", "handshake" (a
subset of ssl, I think) and "all". (If anyone has a more comprehensive
list, I'd really appreciate seeing it!)
The output from that, plus some investigation into what an HTTP 417 error
involves, should help.
- Steve
______________________________________________
Steve Gruverman
IntelliCare, Inc. | A Medco Health Solutions Company
Martin Elkjær <[EMAIL PROTECTED]> wrote on 05/14/2008 09:56:50 AM:
>
> Hi,
>
> When trying to use SSL in my Axis2 client (using ADB) I get the following
> error:
>
>
---------------------------------------------------------------------------
> org.apache.axis2.AxisFault: Transport error: 417 Error: Expectation
Failed
> at
> ...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]