Discussion:
Unrecognized SSL message with WAS7
(too old to reply)
binkeydoodle
15 years ago
Permalink
Hello,

I have was7 and deployed webservice that worked with was6.0.
This internal webservice calls the external service using https communication. it has certificate configured.

i get Unrecognized SSL message, plaintext connection? when i send the request to external service with was7.

can u tell me y ?

ty
Ken Hygh
15 years ago
Permalink
Post by binkeydoodle
Hello,
I have was7 and deployed webservice that worked with was6.0.
This internal webservice calls the external service using https communication. it has certificate configured.
i get Unrecognized SSL message, plaintext connection? when i send the request to external service with was7.
can u tell me y ?
ty
Every time I've seen this message it's because my client isn't doing
SSL. You might pipe your service through TCPMon or a similar tool to see
exactly what's on the wire.

Ken
Eric Covener
15 years ago
Permalink
Post by binkeydoodle
Hello,
I have was7 and deployed webservice that worked with was6.0.
This internal webservice calls the external service using https communication. it has certificate configured.
i get Unrecognized SSL message, plaintext connection? when i send the request to external service with was7.
can u tell me y ?
Sounds like you want an appserver newsgroup.
--
Eric Covener
Eric Covener
15 years ago
Permalink
You're sending an unencrypted message to an encrypted/SSL transport.
Loading...