I could really use some help with this. Note that the Axis environment is running in WebLogic 8.1.4.
I also tried changing my connection code in WLS to use the same SAAJ code that my standalone app is using. This also fails. I see a message like this in the WLS log: <Aug 15, 2006 10:19:26 AM PDT> <Error> <Net> <BEA-000903> <Failed to communicate with proxy: proxy/8080. Will try connection www.../443 now (last hostname elided). Note that I'm setting the same system properties to the same values in both my standalone app and the WLS app. > -----Original Message----- > From: Karr, David > Sent: Monday, August 14, 2006 4:25 PM > To: [email protected] > Subject: Route that works with SAAJ gets "Unrecognized SSL > message, plaintext connection?" with axis 1.3 > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
