Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
-
JDK6 on RHEL3.
Description
When I use PHP to POST an http 1.0 POX request to Synapse by SSL, Synapse replies with http response code and headers only, and then closes the connection. No XML is returned.
Exactly the same PHP POST with plain http receives the XML.
A Java command line SSL POST receives the XML.
And PHP POSTing the data to a Tomcat JSP page over SSL works fine - it simply receives HTML instead of XML.
Seems to be something in the Synapse SSL code that is doing the wrong thing, and silently.
I tried setting non-blocking to false - no difference.