Using Axis 1.3 and JDK 1.4.2.
I have a standalone tool using SAAJ that can connect to a https url,
using both basic auth and proxy auth. This works fine.
I'm now working on sending the same message to the same URL, using Axis.
I've set "http{s}.proxy{Host,Port}" and "http{s}.proxySet" to reasonable
values (I think). I do the same thing in my standalone tool (which
works).
When Axis tries to send the message, the connection fails with an
SSLException with the following text:
"Unrecognized SSL message, plaintext connection?"
What can I try to debug this problem?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]